File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
exporter/opentelemetry-exporter-otlp-proto-http Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ - Add missing entry points for OTLP/HTTP exporter
11
+ ([ #3027 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3027 ) )
12
+
10
13
## Version 1.14.0/0.35b0 (2022-11-04)
11
14
12
15
- Add logarithm and exponent mappings
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ test = [
42
42
[project .entry-points .opentelemetry_traces_exporter ]
43
43
otlp_proto_http = " opentelemetry.exporter.otlp.proto.http.trace_exporter:OTLPSpanExporter"
44
44
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
+
45
51
[project .urls ]
46
52
Homepage = " https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-http"
47
53
You can’t perform that action at this time.
0 commit comments