This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: wrong variable at serviceMonitor template, introduce servicemo…
…nitor: enabled option and make additionalLables inherited under it (#21478) Signed-off-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru> Co-authored-by: Maria.Kotlyarevskaya <maria.kotlyarevskaya@nordigy.ru>
- Loading branch information
Maria Kotlyarevskaya
and
Maria.Kotlyarevskaya
authored
Mar 17, 2020
1 parent
8829515
commit b7e901c
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,10 +213,11 @@ backup: | |
## ref: https://github.com/criteo/cassandra_exporter | ||
exporter: | ||
# If exporter is enabled this will create a ServiceMonitor by default as well | ||
servicemonitor: true | ||
enabled: false | ||
additionalLabels: {} | ||
# prometheus: default | ||
enabled: true | ||
This comment has been minimized.
Sorry, something went wrong. |
||
servicemonitor: | ||
enabled: true | ||
This comment has been minimized.
Sorry, something went wrong.
naseemkullah
Collaborator
|
||
additionalLabels: {} | ||
# prometheus: default | ||
image: | ||
repo: criteord/cassandra_exporter | ||
tag: 2.0.2 | ||
|
why do you enable this by default, just let it to false like it has always been?