Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
e5b6a054
Unverified
Commit
e5b6a054
authored
Aug 19, 2025
by
Tzu-Ling Kan
Committed by
GitHub
Aug 19, 2025
Browse files
fix: Correct the metric name and labels. (#2508)
parent
5f57ea5f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
deploy/metrics/grafana_dashboards/grafana-dynamo-dashboard.json
.../metrics/grafana_dashboards/grafana-dynamo-dashboard.json
+5
-5
No files found.
deploy/metrics/grafana_dashboards/grafana-dynamo-dashboard.json
View file @
e5b6a054
...
...
@@ -695,7 +695,7 @@
"targets"
:
[
{
"editorMode"
:
"code"
,
"expr"
:
"rate(dynamo_response_bytes_total{endpoint=
\"
generate
\"
}[1m])"
,
"expr"
:
"rate(dynamo_
component_
response_bytes_total{
dynamo_
endpoint=
\"
generate
\"
}[1m])"
,
"legendFormat"
:
"Response bytes"
,
"range"
:
true
,
"refId"
:
"A"
...
...
@@ -706,7 +706,7 @@
"uid"
:
"P1809F7CD0C75ACF3"
},
"editorMode"
:
"code"
,
"expr"
:
"rate(dynamo_request_bytes_total{endpoint=
\"
generate
\"
}[1m])"
,
"expr"
:
"rate(dynamo_
component_
request_bytes_total{
dynamo_
endpoint=
\"
generate
\"
}[1m])"
,
"hide"
:
false
,
"instant"
:
false
,
"legendFormat"
:
"Request bytes"
,
...
...
@@ -800,7 +800,7 @@
"targets"
:
[
{
"editorMode"
:
"code"
,
"expr"
:
"rate(dynamo_requests_total{endpoint=
\"
generate
\"
}[1m])"
,
"expr"
:
"rate(dynamo_
component_
requests_total{
dynamo_
endpoint=
\"
generate
\"
}[1m])"
,
"legendFormat"
:
"__auto"
,
"range"
:
true
,
"refId"
:
"A"
...
...
@@ -905,7 +905,7 @@
"targets"
:
[
{
"editorMode"
:
"code"
,
"expr"
:
"dynamo_request_duration_seconds_sum / dynamo_request_duration_seconds_count"
,
"expr"
:
"dynamo_
component_
request_duration_seconds_sum / dynamo_
component_
request_duration_seconds_count"
,
"legendFormat"
:
"__auto"
,
"range"
:
true
,
"refId"
:
"A"
...
...
@@ -997,7 +997,7 @@
"targets"
:
[
{
"editorMode"
:
"code"
,
"expr"
:
"rate(dynamo_errors_total{endpoint=
\"
generate
\"
}[1m])"
,
"expr"
:
"rate(dynamo_
component_
errors_total{
dynamo_
endpoint=
\"
generate
\"
}[1m])"
,
"legendFormat"
:
"{{error_type}}"
,
"range"
:
true
,
"refId"
:
"A"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment