File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ opentelemetry-test-utils = { workspace = true }
3535opentelemetry-exporter-otlp-proto-grpc = { workspace = true }
3636opentelemetry-exporter-otlp-proto-http = { workspace = true }
3737opentelemetry-exporter-otlp-proto-common = { workspace = true }
38+ opentelemetry-exporter-otlp-json-common = { workspace = true }
3839opentelemetry-exporter-zipkin-json = { workspace = true }
3940opentelemetry-exporter-prometheus = {workspace = true }
4041opentelemetry-propagator-jaeger = { workspace = true }
@@ -144,6 +145,8 @@ exclude = [
144145 " opentelemetry-sdk/benchmarks" ,
145146 " exporter/opentelemetry-exporter-otlp-proto-grpc/tests" ,
146147 " exporter/opentelemetry-exporter-otlp-proto-http/tests" ,
148+ " exporter/opentelemetry-exporter-otlp-json-common/tests" ,
149+ " exporter/opentelemetry-exporter-otlp-json-common/benchmarks" ,
147150]
148151
149152# When packages are correct typed add them to the strict list
You can’t perform that action at this time.
0 commit comments