Rename agent dashboard file

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2023-08-17 09:40:25 +01:00
parent 1eafbd4904
commit c9295f51e2

View File

@ -14,6 +14,6 @@ data:
{{ $.Files.Get "src/dashboards/agent-remote-write.json" | fromJson | toJson }} {{ $.Files.Get "src/dashboards/agent-remote-write.json" | fromJson | toJson }}
"agent-tracing-pipeline.json": | "agent-tracing-pipeline.json": |
{{ $.Files.Get "src/dashboards/agent-tracing-pipeline.json" | fromJson | toJson }} {{ $.Files.Get "src/dashboards/agent-tracing-pipeline.json" | fromJson | toJson }}
"agent.json": | "agent-overview.json": |
{{ $.Files.Get "src/dashboards/agent.json" | fromJson | toJson }} {{ $.Files.Get "src/dashboards/agent.json" | fromJson | toJson }}
{{- end }} {{- end }}