Skip to content

Commit

Permalink
feat(prometheus): fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohlof-protofy committed Jul 25, 2023
1 parent 562597d commit 1277266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Options to configure ServiceMonitor for Prometheus Operator.
|-----|-----------|-------|
|**features.prometheus.enabled**|Set IMGPROXY_PROMETHEUS_BIND environment variable to bind metrics to port 8081|`false`|
|**features.prometheus.namespace**|Set IMGPROXY_PROMETHEUS_NAMESPACE environment variable to prepend prefix to the names of metrics|`""`|
| **resources.serviceMonitor.enabled**|Use a ServiceMonitor to collect metrics|`true`|
|**resources.serviceMonitor.enabled**|Use a ServiceMonitor to collect metrics|`true`|
|**resources.serviceMonitor.honorLabels**|Chooses the metric's labels on collisions with target labels|`true`|
|**resources.serviceMonitor.interval**|Interval at which metrics should be scraped (if it differs from default one)|`0`|
|**resources.serviceMonitor.namespace**|Namespace with PrometheusOperator|`monitoring`|
Expand Down

0 comments on commit 1277266

Please sign in to comment.