This repository was archived by the owner on Jan 1, 2026. It is now read-only.
|
Hi, I added GrafanaJsonDataSource on AWS. However, I am confused about what the term metric means. And when does Grafana send /tag-keys, /tag-values requests? Moreover, how to add data values in Thanks, |
Answered by
simPod
Jan 26, 2022
Replies: 2 comments 1 reply
|
Metric is like a name for your data. You define your metrics and data that are returned for that. TBH I don't use tag keys not tag values. It is only supported because it's described by Grafana's interfaces. You will have to investigate a bit I guess. Tag keys and values are mentioned here https://grafana.com/docs/grafana/latest/variables/variable-types/add-query-variable/#add-a-query-variable |
0 replies
Answer selected by
simPod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Metric is like a name for your data. You define your metrics and data that are returned for that.
TBH I don't use tag keys not tag values. It is only supported because it's described by Grafana's interfaces. You will have to investigate a bit I guess. Tag keys and values are mentioned here https://grafana.com/docs/grafana/latest/variables/variable-types/add-query-variable/#add-a-query-variable