File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
internal/backendconnection/otelcolresources Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ to be compatible with the well-known configuration via annotations.
160
160
# * `prometheus.io/port`: Scrape the pod on the indicated port instead of the default of `9102`.
161
161
- job_name: 'dash0-kubernetes-pods-scrape-config'
162
162
honor_labels: true
163
+ fallback_scrape_protocol: "PrometheusText1.0.0"
163
164
164
165
kubernetes_sd_configs:
165
166
- role: pod
@@ -232,6 +233,7 @@ to be compatible with the well-known configuration via annotations.
232
233
# * `prometheus.io/port`: Scrape the pod on the indicated port instead of the default of `9102`.
233
234
- job_name: 'dash0-kubernetes-pods-scrape-config-slow'
234
235
honor_labels: true
236
+ fallback_scrape_protocol: "PrometheusText1.0.0"
235
237
236
238
scrape_interval: 5m
237
239
scrape_timeout: 30s
You can’t perform that action at this time.
0 commit comments