How to visualize enums?

Hello,

We currently index certain system states as name value pairs along with other metrics(also name value pairs) once a second, every second for about 3000 discrete applications.

One of these system state values look like system_state={0,1,2,3} with 0 being down, 1 being warm, 2 hot, 3 error. What kinda chart can I use to visualize this?

Thank you!
Gov

Is the implication here that you want to show state changes over time?

https://www.elastic.co/uptime-monitoring has a few examples of that that might look like. But a bar graph, broken down by unique states would show that.

Yes this seems like it, let me look at it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.