We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a60f1 commit 708bf2fCopy full SHA for 708bf2f
local-dev/clair/config.yaml
@@ -52,11 +52,7 @@ trace:
52
# probability: 1
53
otlp:
54
http:
55
- endpoint: "clair-jaeger:6831"
+ endpoint: "clair-jaeger:4318"
56
insecure: true
57
- jaeger:
58
- agent:
59
60
- service_name: "clair"
61
metrics:
62
name: "prometheus"
local-dev/traefik/traefik.yaml
@@ -20,7 +20,7 @@ metrics:
20
prometheus:
21
addServicesLabels: true
22
tracing:
23
- openTelemetry:
24
- address: clair-jaeger:4318
25
- insecure: true
+ otlp:
+ http:
+ endpoint: http://clair-jaeger:4318/v1/traces
26
accessLog: {}
0 commit comments