mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
Merge pull request #1233 from tobim/opentelemetry-overrides
Add more opentelemetry overrides
This commit is contained in:
commit
77feb51baa
1 changed files with 50 additions and 0 deletions
|
@ -10614,6 +10614,16 @@
|
|||
"from": "1.13.0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-distro": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "0.34b0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "0.34b0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-exporter-jaeger-proto-grpc": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
|
@ -10634,6 +10644,36 @@
|
|||
"from": "1.13.0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-exporter-otlp": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "1.13.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "1.13.0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-exporter-otlp-proto-common": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "1.13.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "1.13.0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-exporter-otlp-proto-grpc": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "1.13.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "1.13.0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-exporter-otlp-proto-http": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
|
@ -10694,6 +10734,16 @@
|
|||
"from": "0.34b0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-instrumentation-logging": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "0.34b0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "0.34b0"
|
||||
}
|
||||
],
|
||||
"opentelemetry-proto": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
|
|
Loading…
Add table
Reference in a new issue