From: alex Date: Sun, 19 Nov 2023 17:15:46 +0000 (+0100) Subject: Configure otel X-Git-Tag: 20240214-emacs~84 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=2252fc2cadb5bbae1dbc350bf7341fe61d0d6ae7;p=alex.git Configure otel --- diff --git a/blog/k8s.yaml b/blog/k8s.yaml index ebb41f6..01cff11 100644 --- a/blog/k8s.yaml +++ b/blog/k8s.yaml @@ -32,6 +32,11 @@ items: - /tls-gemini/tls.crt - https - alex.corcoles.net + env: + - name: OTEL_EXPORTER_OTLP_ENDPOINT + value: http://clickhouse.h1.int.pdp7.net:4317 + - name: OTEL_EXPORTER_OTLP_INSECURE + value: "true" image: quay.io/alexpdp7/blog:latest imagePullPolicy: Always name: blog