1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Go3,997 forks (3,997 forks)batch import
help wantedopentelemetrytype/docs
Repository metrics
- Stars
- 28,187 stars (28,187 stars)
- PR merge metrics
- Avg merge 5d 20h (Avg merge 5d 20h)522 merged PRs in 30d (522 merged PRs in 30d)
Description
From an e-mail:
The documentation lacks statements about indexing or search capabilities based on traceID and spanID:
https://opentelemetry.io/docs/specs/otel/logs/data-model/
Those are core metadata and they do not act like attribute. Hence, they require special treatment and documentation of that.
Contributor guide
- Research direction
- Examine the current OTEL log data model documentation at https://opentelemetry.io/docs/specs/otel/logs/data model/ and identify where traceID and spanID are mentioned. Then locate the Loki documentation for OTEL ingestion and add a section describing how these fields are indexed and searchable.
- Tech stack
- go
- Domain
- backenddocumentation
- Issue type
- Documentation
- Prerequisites
- GitBasic understanding of OpenTelemetry