flant / grafana-statusmap

Grafana panel plugin to visualize status of multiple objects over time
MIT License
829 stars 43 forks source link

Display data in tooltip from attributes #268

Open JigneshRana opened 2 years ago

JigneshRana commented 2 years ago

Display Data on Tooltip from {WEB_services.desc}:

Sample Prometheus Matrix:

WEB_services{instance="localhost:80",desc="we are investigating issue , we will update you on this.",server="10.0.4.149",service="apache",stack="dis",type="services"} | 1 WEB_services{instance="localhost:80",desc="",server="10.0.4.149",service="dsagent",stack="dis",type="services"} | 1 WEB_services{instance="localhost:80",desc="",server="10.0.4.149",service="tdagent",stack="dis",type="services"} | 1 WEB_services{instance="localhost:80",desc="",server="10.0.4.185",service="apache",stack="dis",type="services"} | 1 WEB_services{instance="localhost:80",desc="",server="10.0.4.185",service="dsagent",stack="dis",type="services"} | 1

Reason: We can use this as service health dashboard like "https://health.aws.amazon.com/health/status" . where we can share and update regarding Incident.

JigneshRana commented 2 years ago

image

JigneshRana commented 2 years ago

Expecting Similer to this image

winkelermatthias commented 2 years ago

I woudl love to contribute to this feature.