I am trying to create a drop down in grafana panel for the below metric :
cloud_storage_request_count{repo="github",method="create",region="ap-south",zone="ap-south-1"}
I want to create a dropdown based on labels region and zone in grafana dashboard like attached screenshot. Dropdown example
Please help. I am new to grafana and sysdig.
To do that you need to go in your dashboard, then :
You can find the documentation for this function here.
So basically, for your use case, to retrieve the label value for the
region
label, you'll have something like this :