I am trying to graph the frequency of a value in an SQL database. The timestamp column is named time_stamp, and the value I am trying to graph is named EventName. The purpose of this graph is to see how frequently these events are occurring throughout the day. Any ideas?
What you are looking for is called a histogram. Grafana’s graph panel can create histograms for you, see https://grafana.com/docs/features/panels/graph/