Skip to content

Commit

Permalink
better operational dashboard annotations via diff logger (#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored May 6, 2021
1 parent 14fa7d8 commit 03aab3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"datasource": "$logs",
"enable": true,
"expr": "{cluster=\"$cluster\", diff_namespace=\"$namespace\", container=\"kube-diff-logger\"}",
"expr": "{cluster=\"$cluster\", container=\"kube-diff-logger\"} | json | namespace_extracted=\"$namespace\"",
"hide": true,
"iconColor": "rgba(255, 96, 96, 1)",
"name": "deployments",
Expand Down

0 comments on commit 03aab3d

Please sign in to comment.