-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
482 additions
and
127 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
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
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]" }, | ||
|
@@ -27,7 +27,7 @@ classifiers = [ | |
dependencies = [ | ||
"grpcio >= 1.0.0, < 2.0.0", | ||
"opencensus-proto >= 0.1.0, < 1.0.0", | ||
"opentelemetry-api >= 1.24.0.dev", | ||
"opentelemetry-api >= 1.25.0.dev", | ||
"opentelemetry-sdk >= 1.15", | ||
"protobuf ~= 3.13", | ||
"setuptools >= 16.0", | ||
|
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-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]" }, | ||
|
@@ -24,7 +24,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.11", | ||
] | ||
dependencies = [ | ||
"opentelemetry-proto == 1.24.0.dev", | ||
"opentelemetry-proto == 1.25.0.dev", | ||
] | ||
|
||
[project.urls] | ||
|
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-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]" }, | ||
|
@@ -28,9 +28,9 @@ dependencies = [ | |
"googleapis-common-protos ~= 1.52", | ||
"grpcio >= 1.0.0, < 2.0.0", | ||
"opentelemetry-api ~= 1.15", | ||
"opentelemetry-proto == 1.24.0.dev", | ||
"opentelemetry-sdk ~= 1.24.0.dev", | ||
"opentelemetry-exporter-otlp-proto-common == 1.24.0.dev", | ||
"opentelemetry-proto == 1.25.0.dev", | ||
"opentelemetry-sdk ~= 1.25.0.dev", | ||
"opentelemetry-exporter-otlp-proto-common == 1.25.0.dev", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
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-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]" }, | ||
|
@@ -27,9 +27,9 @@ dependencies = [ | |
"Deprecated >= 1.2.6", | ||
"googleapis-common-protos ~= 1.52", | ||
"opentelemetry-api ~= 1.15", | ||
"opentelemetry-proto == 1.24.0.dev", | ||
"opentelemetry-sdk ~= 1.24.0.dev", | ||
"opentelemetry-exporter-otlp-proto-common == 1.24.0.dev", | ||
"opentelemetry-proto == 1.25.0.dev", | ||
"opentelemetry-sdk ~= 1.25.0.dev", | ||
"opentelemetry-exporter-otlp-proto-common == 1.25.0.dev", | ||
"requests ~= 2.7", | ||
] | ||
|
||
|
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-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]" }, | ||
|
@@ -25,8 +25,8 @@ classifiers = [ | |
"Typing :: Typed", | ||
] | ||
dependencies = [ | ||
"opentelemetry-exporter-otlp-proto-grpc == 1.24.0.dev", | ||
"opentelemetry-exporter-otlp-proto-http == 1.24.0.dev", | ||
"opentelemetry-exporter-otlp-proto-grpc == 1.25.0.dev", | ||
"opentelemetry-exporter-otlp-proto-http == 1.25.0.dev", | ||
] | ||
|
||
[project.entry-points.opentelemetry_logs_exporter] | ||
|
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-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]" }, | ||
|
@@ -26,7 +26,7 @@ classifiers = [ | |
dependencies = [ | ||
"opentelemetry-api ~= 1.12", | ||
# DONOTMERGE: confirm that this will becomes ~= 1.21 in the next release | ||
"opentelemetry-sdk ~= 1.24.0.dev", | ||
"opentelemetry-sdk ~= 1.25.0.dev", | ||
"prometheus_client >= 0.5.0, < 1.0.0", | ||
] | ||
|
||
|
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-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]" }, | ||
|
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-zipkin-proto-http" | |
dynamic = ["version"] | ||
description = "Zipkin Span Protobuf 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]" }, | ||
|
@@ -26,7 +26,7 @@ classifiers = [ | |
] | ||
dependencies = [ | ||
"opentelemetry-api ~= 1.3", | ||
"opentelemetry-exporter-zipkin-json == 1.24.0.dev", | ||
"opentelemetry-exporter-zipkin-json == 1.25.0.dev", | ||
"opentelemetry-sdk ~= 1.11", | ||
"protobuf ~= 3.12", | ||
"requests ~= 2.7", | ||
|
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-zipkin" | |
dynamic = ["version"] | ||
description = "Zipkin Span Exporters 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]" }, | ||
|
@@ -25,8 +25,8 @@ classifiers = [ | |
"Typing :: Typed", | ||
] | ||
dependencies = [ | ||
"opentelemetry-exporter-zipkin-json == 1.24.0.dev", | ||
"opentelemetry-exporter-zipkin-proto-http == 1.24.0.dev", | ||
"opentelemetry-exporter-zipkin-json == 1.25.0.dev", | ||
"opentelemetry-exporter-zipkin-proto-http == 1.25.0.dev", | ||
] | ||
|
||
[project.entry-points.opentelemetry_traces_exporter] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "hatchling.build" | |
name = "opentelemetry-api" | ||
description = "OpenTelemetry Python API" | ||
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
Oops, something went wrong.