Registry / observability / datadog-datadog-agent-pkg-otlp-model

datadog-datadog-agent-pkg-otlp-model

JSON →
library0.43.2gogounverified

Package model provides utilities to transform from the OpenTelemetry OTLP data model to the Datadog Agent data model.

go get github.com/DataDog/datadog-agent/pkg/otlp/model
INSTALL
IMPORT
SIG · DATADOG-DATADOG-AG
D
datadog-datadog-agent-pkg-otlp-model
observabilitygov0.43.2
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.

model
github.com/DataDog/datadog-agent/pkg/otlp/model

Imports the OTLP model transformation package (usage depends on internal Agent APIs).

package main import ( "log" "github.com/DataDog/datadog-agent/pkg/otlp/model" ) func main() { // Example: convert OTLP metrics to Datadog format // This package is typically used internally by the Datadog Agent. log.Println("model package loaded") }
Debug
Known issues
breakingThis package is part of the Datadog Agent and may have internal APIs that change without notice.
fix
Use the official Datadog Agent build process; avoid direct imports in external projects.
affects: all
Upgrade
Version history
0.43.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
datadog-datadog-agent-pkg-otlp-model — go get datadog-datadog-agent-pkg-otlp-model · libregistry