Skip to content

Commit 9a3c677

Browse files
authored
disable tls for internal scrape targets (#112)
1 parent 5ba61d6 commit 9a3c677

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

otel-collector-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ receivers:
77
static_configs:
88
- targets: ["${env:pender_metrics_endpoint}"]
99
metrics_path: /metrics
10+
tls_config:
11+
insecure_skip_verify: true
1012

1113
processors:
1214
memory_limiter:

0 commit comments

Comments
 (0)