Skip to content

Commit f660d7c

Browse files
authored
Allow all k8s-pod metrics (#1191)
* Allow all k8s-pod metrics * remove metricRelabelings * Update README.md with readme-generator-for-helm Signed-off-by: DeeAjayi <[email protected]> * Update README.md with readme-generator-for-helm Signed-off-by: DeeAjayi <[email protected]> --------- Signed-off-by: DeeAjayi <[email protected]> Co-authored-by: DeeAjayi <[email protected]>
1 parent f58b0ac commit f660d7c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: tfy-prometheus-config
33
description: A Helm chart for Prometheus Config
4-
version: 0.2.6
4+
version: 0.2.7

charts/tfy-prometheus-config/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,7 @@ scrapeConfigs:
105105
sourceLabels:
106106
- __meta_kubernetes_pod_label_truefoundry_com_application_id
107107
## @param scrapeConfigs.kubernetesPods.metricsRelabelings [array] Metrics relabelings for kubernetes pods
108-
metricsRelabelings:
109-
- regex: ALERTS|istio_requests_total|istio_request_duration_milliseconds_bucket|nats_stream_total_messages|envoy_http_inbound_.*_downstream_rq_total|tfy_async_processor_.*|envoy_http_downstream_rq_total
110-
action: keep
111-
sourceLabels:
112-
- __name__
108+
metricsRelabelings: []
113109
## @param scrapeConfigs.additionalScrapeConfigs [array] Additional scrape configs for prometheus
114110
additionalScrapeConfigs: []
115111
## @section alertManagers Alert managers for prometheus

0 commit comments

Comments
 (0)