Skip to content

Commit

Permalink
Merge pull request #13 from pvelx/develop
Browse files Browse the repository at this point in the history
fix name of metric
  • Loading branch information
pvelx authored Feb 4, 2021
2 parents b7b6661 + f0b634b commit afe41f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions monitoring/grafana-dashboard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ data:
"type": "fill"
}
],
"measurement": "creatingRate",
"measurement": "creating_rate",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
Expand Down Expand Up @@ -498,7 +498,7 @@ data:
"type": "fill"
}
],
"measurement": "preloadingRate",
"measurement": "preloading_rate",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
Expand Down Expand Up @@ -623,7 +623,7 @@ data:
"type": "fill"
}
],
"measurement": "confirmationRate",
"measurement": "confirmation_rate",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
Expand Down Expand Up @@ -749,7 +749,7 @@ data:
"type": "fill"
}
],
"measurement": "sendingRate",
"measurement": "sending_rate",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
Expand Down Expand Up @@ -875,7 +875,7 @@ data:
"type": "fill"
}
],
"measurement": "waitingForConfirmation",
"measurement": "waiting_for_confirmation",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
Expand Down Expand Up @@ -1001,7 +1001,7 @@ data:
"type": "fill"
}
],
"measurement": "waitingForSending",
"measurement": "waiting_for_sending",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
Expand Down Expand Up @@ -1126,7 +1126,7 @@ data:
"type": "fill"
}
],
"measurement": "deletingRate",
"measurement": "deleting_rate",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
Expand Down

0 comments on commit afe41f5

Please sign in to comment.