telemetry: cut edge logs over to Vector→OTLP, drop Loki#54
Merged
Conversation
Replace the Loki log sink (and the dormant otelcol-contrib + clickhouse HTTP experiments) with Vector's OTLP logs pipeline to the prod analytics gateway, parsing log level into OTel severity at ingest. otelcol-contrib is removed at the edge via the role's cleanup. Ingress identity (auth user + ingress_user tag) is derived from ethereum_network_name instead of secret_loki.username, so attribution stays correct when the sops username isn't bumped between devnet iterations. Bump Vector to 0.56.0. Applies to the live inventories.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves edge container-log shipping off Loki onto Vector's OTLP logs pipeline to the prod analytics gateway (clickhouse-raw
external.otel_logs), matching the blob-devnets cutover.docker_logs→ OTLP/v1/logsenvelope, with log level parsed into OTel SeverityNumber/SeverityText at ingest (source text preserved; unknown levels left unset)ingress_usertag) derived fromethereum_network_nameinstead ofsecret_loki.username, so attribution stays correct when the sops username isn't bumped between devnet iterationsLive inventories: devnet-3, devnet-6, devnet-7.
otelcol-contrib is removed at the edge via the role's cleanup, and the dormant clickhouse HTTP-sink experiment is dropped.