feat(otel): log data model, per-record pipeline convention and OTLP support - #400
Open
medcl wants to merge 4 commits into
Open
feat(otel): log data model, per-record pipeline convention and OTLP support#400medcl wants to merge 4 commits into
medcl wants to merge 4 commits into
Conversation
…RPC transport - core/otel: canonical LogRecord aligned with the OpenTelemetry Logs Data Model with lowercase snake_case field naming, event.Event interconversion, and the queue envelope codec (agent LogEvent JSON compatible) - core/pipeline: RecordContextKey/CurrentRecord per-record convention plus MarkDropped/IsDropped drop markers; processor config metadata registry (RegisterProcessorPluginWithConfigMetadata, GetProcessorMetadata) - modules/pipeline: for_each processor (batch -> per-record sub-chain, drop-aware) and GET /pipeline/processors discovery endpoint - plugins/otlp: OTLP protobuf codec (resource-grouped ExportLogsServiceRequest <-> events) and the otlp_export processor (batched gRPC export, unacknowledged-on-failure for redelivery) - core/api/websocket/reverse: restore the reverse channel protocol helpers lost from the working tree (from 77a377a) - deps: go.opentelemetry.io/proto/otlp, grpc, maxminddb (enterprise processors), httprouter go.sum
(missed from the previous commit's file list)
- plugins/otlp/{codec,export} relocated to plugins/enterprise/otlp
(private checkout, gitignored) alongside the gRPC intake module
- add core/shipper: registry for queue-free direct shipping, used by
the enterprise otlp shipper and the agent's ship_direct mode
- go.mod/go.sum: indirect deps pulled in by the enterprise tree
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.
What does this PR do
Rationale for this change
Standards checklist