-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Fix-bug-when-labels-are-ordered-differently
- Loading branch information
Showing
64 changed files
with
782 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "error-handler-0" | |
dynamic = ["version"] | ||
description = "This is just an error handler example package" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "error-handler-1" | |
dynamic = ["version"] | ||
description = "This is just an error handler example package" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-opencensus" | |
dynamic = ["version"] | ||
description = "OpenCensus Exporter" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
@@ -33,9 +33,6 @@ dependencies = [ | |
"setuptools >= 16.0", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [] | ||
|
||
[project.entry-points.opentelemetry_traces_exporter] | ||
opencensus = "opentelemetry.exporter.opencensus.trace_exporter:OpenCensusSpanExporter" | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
exporter/opentelemetry-exporter-opencensus/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
flaky==3.7.0 | ||
grpcio==1.62.0 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
opencensus-proto==0.1.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
protobuf==3.20.3 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-api | ||
-e opentelemetry-sdk | ||
-e opentelemetry-semantic-conventions | ||
-e exporter/opentelemetry-exporter-opencensus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-common" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Protobuf encoding" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
@@ -27,9 +27,6 @@ dependencies = [ | |
"opentelemetry-proto == 1.24.0.dev", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-common" | ||
|
||
|
19 changes: 19 additions & 0 deletions
19
exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
flaky==3.7.0 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
protobuf==4.25.3 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-proto | ||
-e exporter/opentelemetry-exporter-otlp-proto-common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-grpc" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Collector Protobuf over gRPC Exporter" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-http" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Collector Protobuf over HTTP Exporter" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
@@ -33,11 +33,6 @@ dependencies = [ | |
"requests ~= 2.7", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [ | ||
"responses >= 0.22.0, < 0.25", | ||
] | ||
|
||
[project.entry-points.opentelemetry_traces_exporter] | ||
otlp_proto_http = "opentelemetry.exporter.otlp.proto.http.trace_exporter:OTLPSpanExporter" | ||
|
||
|
31 changes: 31 additions & 0 deletions
31
exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
Deprecated==1.2.14 | ||
flaky==3.7.0 | ||
googleapis-common-protos==1.62.0 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
protobuf==3.19.6 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
responses==0.24.1 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
urllib3==2.2.1 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-api | ||
-e exporter/opentelemetry-exporter-otlp-proto-common | ||
-e opentelemetry-proto | ||
-e opentelemetry-sdk | ||
-e opentelemetry-semantic-conventions | ||
-e exporter/opentelemetry-exporter-otlp-proto-http |
31 changes: 31 additions & 0 deletions
31
exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
Deprecated==1.2.14 | ||
flaky==3.7.0 | ||
googleapis-common-protos==1.62.0 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
protobuf==4.25.3 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
responses==0.24.1 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
urllib3==2.2.1 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-api | ||
-e exporter/opentelemetry-exporter-otlp-proto-common | ||
-e opentelemetry-proto | ||
-e opentelemetry-sdk | ||
-e opentelemetry-semantic-conventions | ||
-e exporter/opentelemetry-exporter-otlp-proto-http |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Collector Exporters" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
@@ -29,9 +29,6 @@ dependencies = [ | |
"opentelemetry-exporter-otlp-proto-http == 1.24.0.dev", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [] | ||
|
||
[project.entry-points.opentelemetry_logs_exporter] | ||
otlp = "opentelemetry.exporter.otlp.proto.grpc._log_exporter:OTLPLogExporter" | ||
|
||
|
24 changes: 24 additions & 0 deletions
24
exporter/opentelemetry-exporter-otlp/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
flaky==3.7.0 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-api | ||
-e exporter/opentelemetry-exporter-otlp-proto-common | ||
-e exporter/opentelemetry-exporter-otlp-proto-grpc | ||
-e exporter/opentelemetry-exporter-otlp-proto-http | ||
-e opentelemetry-proto | ||
-e opentelemetry-sdk | ||
-e opentelemetry-semantic-conventions | ||
-e exporter/opentelemetry-exporter-otlp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-prometheus" | |
dynamic = ["version"] | ||
description = "Prometheus Metric Exporter for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
@@ -30,9 +30,6 @@ dependencies = [ | |
"prometheus_client >= 0.5.0, < 1.0.0", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [] | ||
|
||
[project.entry-points.opentelemetry_metrics_exporter] | ||
prometheus = "opentelemetry.exporter.prometheus:_AutoPrometheusMetricReader" | ||
|
||
|
21 changes: 21 additions & 0 deletions
21
exporter/opentelemetry-exporter-prometheus/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
flaky==3.7.0 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
prometheus_client==0.20.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-api | ||
-e opentelemetry-sdk | ||
-e opentelemetry-semantic-conventions | ||
-e exporter/opentelemetry-exporter-prometheus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-zipkin-json" | |
dynamic = ["version"] | ||
description = "Zipkin Span JSON Exporter for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
@@ -30,9 +30,6 @@ dependencies = [ | |
"requests ~= 2.7", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [] | ||
|
||
[project.entry-points.opentelemetry_traces_exporter] | ||
zipkin_json = "opentelemetry.exporter.zipkin.json:ZipkinExporter" | ||
|
||
|
Oops, something went wrong.