Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 787e499

Browse files
authored
Add missing entry points for OTLP/HTTP (open-telemetry#3027)
1 parent 778c4b1 commit 787e499

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Add missing entry points for OTLP/HTTP exporter
11+
([#3027](https://github.com/open-telemetry/opentelemetry-python/pull/3027))
12+
1013
## Version 1.14.0/0.35b0 (2022-11-04)
1114

1215
- Add logarithm and exponent mappings

exporter/opentelemetry-exporter-otlp-proto-http/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ test = [
4242
[project.entry-points.opentelemetry_traces_exporter]
4343
otlp_proto_http = "opentelemetry.exporter.otlp.proto.http.trace_exporter:OTLPSpanExporter"
4444

45+
[project.entry-points.opentelemetry_metrics_exporter]
46+
otlp_proto_http = "opentelemetry.exporter.otlp.proto.http.metric_exporter:OTLPMetricExporter"
47+
48+
[project.entry-points.opentelemetry_logs_exporter]
49+
otlp_proto_http = "opentelemetry.exporter.otlp.proto.http._log_exporter:OTLPLogExporter"
50+
4551
[project.urls]
4652
Homepage = "https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-http"
4753

0 commit comments

Comments
 (0)