Skip to content

Commit

Permalink
Fix service panel name
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Feder <[email protected]>
  • Loading branch information
matofeder committed Jan 22, 2024
1 parent 3622100 commit f7cfebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/dashboards/monitoring.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ local getHostRowGridY(numOfHosts, panelWidth, panelHeightHosts, panelHeightClust
);

statPanel.new(
title='$target',
title='Service $target',
datasource=tpl.panel.datasource,
graphMode=tpl.panel.graphMode,
colorMode=tpl.panel.colorMode,
Expand Down

0 comments on commit f7cfebd

Please sign in to comment.