Skip to content

Commit

Permalink
Fix typo in telemetry example (#846)
Browse files Browse the repository at this point in the history
Also in the telemetry test
  • Loading branch information
jordanfelle authored Feb 16, 2023
1 parent 742ddb1 commit 34d8650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/acceptance/server-test/telemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server:
}
telemetry {
prometheus_retention_time = "30s",
prometheus_retention_time = "30s"
disable_hostname = true
}
Expand Down
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ server:
# Example configuration for enabling Prometheus metrics in your config.
#telemetry {
# prometheus_retention_time = "30s",
# prometheus_retention_time = "30s"
# disable_hostname = true
#}
Expand Down Expand Up @@ -841,7 +841,7 @@ server:
# If you are using Prometheus Operator you can enable a ServiceMonitor resource below.
# You may wish to enable unauthenticated metrics in the listener block above.
#telemetry {
# prometheus_retention_time = "30s",
# prometheus_retention_time = "30s"
# disable_hostname = true
#}
Expand Down Expand Up @@ -1083,7 +1083,7 @@ serverTelemetry:
#
# example:
# telemetry {
# prometheus_retention_time = "30s",
# prometheus_retention_time = "30s"
# disable_hostname = true
# }
#
Expand Down

0 comments on commit 34d8650

Please sign in to comment.