18 Jul 2024 09:14 PM
I want to pass parameter (Different for different monitoring configuration) to my extension queries. How do I achieve that?
23 Jul 2024 09:48 PM
I have used this in my yaml file to declare the variable and referenced this way :
24 Jul 2024 12:22 PM
Due to security risks you cannot alter the query from the UI, you'd have to create different queries for the different options. You could toggle on/off queries based on feature sets for example.
24 Jul 2024 01:49 PM
So in which scenario we use the variable option for SQL extension ? Documentation is not clear on how to use the variable..
24 Jul 2024 01:52 PM
It can for example be used to add a dimension to the metrics being sent to Dynatrace, maybe with team name or cost center or something similar.
24 Jul 2024 07:15 PM
So I am now trying to expose the column as a dimension and filter, but it didnt work either.