Registry / observability / collector-semconv

collector-semconv

JSON →
librarygogounverified

Provides semantic conventions for the OpenTelemetry Collector.

go get go.opentelemetry.io/collector/semconv
INSTALL
IMPORT
SIG · COLLECTOR-SEMCONV
C
collector-semconv
observabilitygo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

semconv
✓ go.opentelemetry.io/collector/semconv

Print the semantic conventions schema URL.

package main import ( "fmt" "go.opentelemetry.io/collector/semconv/v1.6.1" ) func main() { fmt.Println(semconv.SchemaURL) }
Debug
Known issues
gotchaThe import path may include a version suffix; check the latest version for the correct path.
fix
Use `go get go.opentelemetry.io/collector/semconv@latest` and adjust import path accordingly.
affects: >=0.50.0
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
collector-semconv — go get collector-semconv · libregistry