Skip to content

Commit 708bf2f

Browse files
committed
chore: update local-dev tracing configs to fix errors
Both clair-* containers and the traefik container were complaining about invalid configuations. Signed-off-by: crozzy <[email protected]>
1 parent a3a60f1 commit 708bf2f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

local-dev/clair/config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ trace:
5252
# probability: 1
5353
otlp:
5454
http:
55-
endpoint: "clair-jaeger:6831"
55+
endpoint: "clair-jaeger:4318"
5656
insecure: true
57-
jaeger:
58-
agent:
59-
endpoint: "clair-jaeger:6831"
60-
service_name: "clair"
6157
metrics:
6258
name: "prometheus"

local-dev/traefik/traefik.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metrics:
2020
prometheus:
2121
addServicesLabels: true
2222
tracing:
23-
openTelemetry:
24-
address: clair-jaeger:4318
25-
insecure: true
23+
otlp:
24+
http:
25+
endpoint: http://clair-jaeger:4318/v1/traces
2626
accessLog: {}

0 commit comments

Comments
 (0)