Skip to content

Commit

Permalink
fix - prom op doc (#5368)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliapb authored Feb 25, 2025
1 parent 56e39c3 commit 543d404
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-windows-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- prometheus
- exporter
type: application
version: 0.8.0
version: 0.8.1
appVersion: 0.29.2
home: https://github.com/prometheus-community/windows_exporter/
sources:
Expand Down
8 changes: 4 additions & 4 deletions charts/prometheus-windows-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ prometheus:
jobLabel: ""

# List of pod labels to add to windows exporter metrics
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#servicemonitor
podTargetLabels: []

scheme: http
Expand Down Expand Up @@ -112,7 +112,7 @@ prometheus:
labelValueLengthLimit: 0

# PodMonitor defines monitoring for a set of pods.
# ref. https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.PodMonitor
# ref. https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#podmonitor
# Using a PodMonitor may be preferred in some environments where there is very large number
# of Windows Exporter endpoints (1000+) behind a single service.
# The PodMonitor is disabled by default. When switching from ServiceMonitor to PodMonitor,
Expand Down Expand Up @@ -153,10 +153,10 @@ prometheus:
# TLS configuration to use when scraping the endpoint.
tlsConfig: {}
# Authorization section for this endpoint.
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.SafeAuthorization
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#safeauthorization
authorization: {}
# OAuth2 for the URL. Only valid in Prometheus versions 2.27.0 and newer.
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.OAuth2
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#oauth2
oauth2: {}

# ProxyURL eg http://proxyserver:2195. Directs scrapes through proxy to this endpoint.
Expand Down

0 comments on commit 543d404

Please sign in to comment.