Skip to content

Commit

Permalink
Merge pull request #784 from solarwinds/feature/NH-94277-fix2
Browse files Browse the repository at this point in the history
NH-94277: Fixing scraping of etcd and controller-manager when autodiscovery is disabled
  • Loading branch information
juraj-paska authored Nov 8, 2024
2 parents 5350ea6 + 51e9709 commit b0176eb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: swo-k8s-collector
version: 4.2.0-alpha.10
version: 4.2.0-alpha.11
appVersion: 0.11.8
description: SolarWinds Kubernetes Integration
keywords:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/node-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ service:
- forward/logs-exporter
{{- end }}

{{- if and .Values.otel.metrics.enabled .Values.otel.metrics.autodiscovery.prometheusEndpoints.enabled }}
{{- if .Values.otel.metrics.enabled }}
metrics/discovery:
exporters:
- forward/metric-exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3589,6 +3589,21 @@ Node collector config should match snapshot when autodiscovery is disabled:
- batch/metrics
receivers:
- forward/metric-exporter
metrics/discovery:
exporters:
- forward/metric-exporter
processors:
- memory_limiter
- metricstransform/rename/discovery
- transform/istio-metrics
- metricstransform/istio-metrics
- cumulativetodelta/istio-metrics
- deltatorate/istio-metrics
- experimental_metricsgeneration/istio-metrics
- groupbyattrs/common-all
- resource/all
receivers:
- receiver_creator/discovery
metrics/node:
exporters:
- forward/metric-exporter
Expand Down Expand Up @@ -5799,6 +5814,21 @@ Node collector config should match snapshot when fargate is enabled and autodisc
- resource/journal
receivers:
- journald
metrics/discovery:
exporters:
- forward/metric-exporter
processors:
- memory_limiter
- metricstransform/rename/discovery
- transform/istio-metrics
- metricstransform/istio-metrics
- cumulativetodelta/istio-metrics
- deltatorate/istio-metrics
- experimental_metricsgeneration/istio-metrics
- groupbyattrs/common-all
- resource/all
receivers:
- receiver_creator/discovery
telemetry:
logs:
level: info
Expand Down

0 comments on commit b0176eb

Please sign in to comment.