We are trying to build dashboard for monitoring our center performance using Geomap plugin. We have two different data sources,
Infinity datasource - This contains center coordinates and address and this is used to plot centers on map.
Cloudwatch alarm - This data source has alarm metrics from cloud watch.
We wanted to change all center color based on number of alarms we get. For this tried all available transformations on the data source, but it’s not helpful.
Support required
How do we calculate number of alarms in CW data source and if it’s crossing threshold need to create new field in infinity data source and update value to ‘ALARM’
Can you suggest me how do I achieve this visualization
there is no common key b/w two data sources. Based on number of alarm rows in one data source, we wanted to create new column in other data source and update value
Example if we have more than 3 alarms at any point then turn all the center colors to amber and if more than 6 alarms turn all the center colors to red.
Need support on ways to calculate number of rows in cloud watch alarm data source and then write/update a column value in center details table that can be referenced in value mapping to set color.
Yes, infinity data source is the source for mapping centres on geo map based on langtitude and latitude info and set to green color by default. And based on alarm condition we wanted to change color of centers plotted on geo map.
Is this achievable from Grafana Cloud Pro? Is there any additional transformation or options available to merge both the data sources as per our current use case