1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Deprecate otlpmetric (#4693)

This commit is contained in:
Robert Pająk
2023-11-06 19:01:10 +01:00
committed by GitHub
parent 3560dc5959
commit 0f5179f4f1
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -17,4 +17,7 @@
// the transformed data to OTLP receivers. The Exporter is configurable to use
// different Clients, each using a distinct transport protocol to communicate
// to an OTLP receiving endpoint.
//
// Deprecated: Use [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc]
// or [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp] instead.
package otlpmetric // import "go.opentelemetry.io/otel/exporters/otlp/otlpmetric"
+1
View File
@@ -1,3 +1,4 @@
// Deprecated: use go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc or go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp instead.
module go.opentelemetry.io/otel/exporters/otlp/otlpmetric
go 1.20