Skip to content

Commit

Permalink
issue#279-fix apiserver enabling cm issue (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmuthusamy committed Sep 16, 2024
1 parent e9c1eb8 commit 63fc319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
- source_labels: [__name__, le]
separator: ;
regex: apiserver_request_duration_seconds_bucket;(0.15|0.2|0.3|0.35|0.4|0.45|0.6|0.7|0.8|0.9|1.25|1.5|1.75|2|3|3.5|4|4.5|6|7|8|9|15|25|40|50)
replacement: $1
replacement: $$1
action: drop
{{ end }}
Expand Down

0 comments on commit 63fc319

Please sign in to comment.