cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

expand timeseries DQL with dimension value

Mizső
DynaMight Guru
DynaMight Guru

Hi Folks,

I am just learning DQL...

How can I expand this timeseries with a new column including the stdout.message dimension value?

Mizs_0-1755613064106.png

Thanks in advance.

Best regards,

János

Dynatrace Community RockStar 2024, Certified Dynatrace Professional
2 REPLIES 2

Hi @Mizső ,

stdout. message is a dimension of the metric log.uat8.xxx ??, if yes normally it should work with your query. However, if you add a new dimension that the metric does not contain, the output table from the query will return null values for that dimension.

Screenshot 2025-08-19 at 12.18.51 PM.png

 

I wonder, after adding the dimension in DQL, did you click the Run button

 

!!! Dynatrace !!!

Mizső
DynaMight Guru
DynaMight Guru

Hi @Akhil-Jayendran 

Thanks for your response. Finally this morning I found the  probelm.

It seems these are the same DQL queries but the visualization results different.

Mizs_1-1755675175822.png

I do not understand why was the stdout.message was hide in the first case... good to know the about the hidden columns

 

Mizs_3-1755675476550.png

After removed "hide" from the stdout.message the result was the excpected:

Mizs_4-1755675650013.png

Best regards,

János

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

Featured Posts