1

I have a dashboard in Grafana that displays the percentage of utilization of multiple servers. The x-axis is labeled with time-series(timestamp), I want to label it as server names.

This is how x-axis looks like with time series.

This is what I want the graph to look like

Note: The data source is strictly Elasticsearch and cannot be converted to MySQL.

Lovleen
  • 11
  • 5

1 Answers1

0

You would probably want to flip your axes - X to Series instead of Time - that would allow you group by series. Something like below (sourced from https://play.grafana.org/d/000000014/elasticsearch-metrics?editPanel=1)

enter image description here

shat90
  • 405
  • 3
  • 8