Skip to content

Commit

Permalink
[Grafana] Add tags to all grafana dashboards (apache#6770)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhikserg authored Apr 27, 2020
1 parent 5ec9d7b commit d1f88b2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docker/grafana/dashboards/bookkeeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,9 @@
],
"schemaVersion": 14,
"style": "dark",
"tags": [],
"tags": [
"bookkeeper"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion docker/grafana/dashboards/jvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,9 @@
],
"schemaVersion": 14,
"style": "dark",
"tags": [],
"tags": [
"pulsar"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion docker/grafana/dashboards/namespace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,9 @@
],
"schemaVersion": 14,
"style": "dark",
"tags": [],
"tags": [
"pulsar"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion docker/grafana/dashboards/topic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,9 @@
"refresh": "5s",
"schemaVersion": 16,
"style": "dark",
"tags": [],
"tags": [
"pulsar"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion docker/grafana/dashboards/zookeeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,9 @@
],
"schemaVersion": 14,
"style": "dark",
"tags": [],
"tags": [
"zookeeper"
],
"templating": {
"list": [
{
Expand Down

0 comments on commit d1f88b2

Please sign in to comment.