Fix prometheus metric name and unit conversion
(#3924)
this is a breaking change to prometheus metric names so they comply with the
specification.
you can temporarily opt-out of the unit normalization by setting the environment variable
OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION=true
common unit abbreviations are converted to Prometheus conventions (s -> seconds),
following the collector's implementation
repeated _ are replaced with a single _
unit annotations (enclosed in curly braces like {requests}) are stripped away
units with slash are converted e.g. m/s -> meters_per_second.
The exporter's API is not changed
Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
Fix prometheus metric name and unit conversion
(#3924)
this is a breaking change to prometheus metric names so they comply with the
specification.
you can temporarily opt-out of the unit normalization by setting the environment variable
OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION=true
common unit abbreviations are converted to Prometheus conventions (s -> seconds),
following the collector's implementation
repeated _ are replaced with a single _
unit annotations (enclosed in curly braces like {requests}) are stripped away
units with slash are converted e.g. m/s -> meters_per_second.
The exporter's API is not changed
Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
Fix prometheus metric name and unit conversion
(#3924)
this is a breaking change to prometheus metric names so they comply with the
specification.
you can temporarily opt-out of the unit normalization by setting the environment variable
OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION=true
common unit abbreviations are converted to Prometheus conventions (s -> seconds),
following the collector's implementation
repeated _ are replaced with a single _
unit annotations (enclosed in curly braces like {requests}) are stripped away
units with slash are converted e.g. m/s -> meters_per_second.
The exporter's API is not changed
Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
Fix prometheus metric name and unit conversion
(#3924)
this is a breaking change to prometheus metric names so they comply with the
specification.
you can temporarily opt-out of the unit normalization by setting the environment variable
OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION=true
common unit abbreviations are converted to Prometheus conventions (s -> seconds),
following the collector's implementation
repeated _ are replaced with a single _
unit annotations (enclosed in curly braces like {requests}) are stripped away
units with slash are converted e.g. m/s -> meters_per_second.
The exporter's API is not changed
Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
Add return statement to Confluent kafka Producer poll() and flush() calls when instrumented by ConfluentKafkaInstrumentor().instrument_producer() (#2527)
Rename type attribute to asgi.event.type in opentelemetry-instrumentation-asgi
(#2300)
Rename AwsLambdaInstrumentor span attributes faas.id to cloud.resource_id, faas.execution to faas.invocation_id
(#2372)
Drop support for instrumenting elasticsearch client < 6
(#2422)
opentelemetry-instrumentation-wsgi Add http.method to span.name
(#2425)
opentelemetry-instrumentation-flask Add http.method to span.name
(#2454)
Record repeated HTTP headers in lists, rather than a comma separate strings for ASGI based web frameworks
(#2361)
ASGI, FastAPI, Starlette: provide both send and receive hooks with scope and message for internal spans
Add return statement to Confluent kafka Producer poll() and flush() calls when instrumented by ConfluentKafkaInstrumentor().instrument_producer() (#2527)
Rename type attribute to asgi.event.type in opentelemetry-instrumentation-asgi
(#2300)
Rename AwsLambdaInstrumentor span attributes faas.id to cloud.resource_id, faas.execution to faas.invocation_id
(#2372)
Drop support for instrumenting elasticsearch client < 6
(#2422)
opentelemetry-instrumentation-wsgi Add http.method to span.name
(#2425)
opentelemetry-instrumentation-flask Add http.method to span.name
(#2454)
Record repeated HTTP headers in lists, rather than a comma separate strings for ASGI based web frameworks
(#2361)
ASGI, FastAPI, Starlette: provide both send and receive hooks with scope and message for internal spans
Fix prometheus metric name and unit conversion
(#3924)
this is a breaking change to prometheus metric names so they comply with the
specification.
you can temporarily opt-out of the unit normalization by setting the environment variable
OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION=true
common unit abbreviations are converted to Prometheus conventions (s -> seconds),
following the collector's implementation
repeated _ are replaced with a single _
unit annotations (enclosed in curly braces like {requests}) are stripped away
units with slash are converted e.g. m/s -> meters_per_second.
The exporter's API is not changed
Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
Fix prometheus metric name and unit conversion
(#3924)
this is a breaking change to prometheus metric names so they comply with the
specification.
you can temporarily opt-out of the unit normalization by setting the environment variable
OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION=true
common unit abbreviations are converted to Prometheus conventions (s -> seconds),
following the collector's implementation
repeated _ are replaced with a single _
unit annotations (enclosed in curly braces like {requests}) are stripped away
units with slash are converted e.g. m/s -> meters_per_second.
The exporter's API is not changed
Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the python-packages group with 9 updates in the /utils/tracing/python directory:
1.63.0
1.65.1
1.24.0
1.25.0
1.24.0
1.25.0
1.24.0
1.25.0
1.24.0
1.25.0
0.45b0
0.46b0
0.45b0
0.46b0
1.24.0
1.25.0
0.45b0
0.46b0
Updates
grpcio
from 1.63.0 to 1.65.1Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
4b206a2
[Release] Fix opentelemetry deps version conflict (v1.65.x backport) (#37193)3a24f7f
[Release] Bump version to 1.65.1 (on v1.65.x branch) (#37232)008657e
[Python] Update generated code warning version (v1.65.x backport) (#37231)b2047ba
[Gpr_To_Absl_Logging] Fixing other log noise (#37219)765e861
[Gpr_To_Absl_Logging] Removing log noise (#37217)8f1fd6e
[experiment] Disable work_serializer_dispatch (#37197)ebd56a5
[CSM] Increase CPP PSM CSM timeout to 180min (v1.65.x backport) (#37157)ef8a71c
[grpc_trace] protect some log statements behind trace flags (#36956) (#37129)cc02070
[iomgr] remove spammy log message accidentally added in #36195 (#37017) (#37131)45479fd
[Release] Bump version to 1.65.0 (on v1.65.x branch) (#37088)Updates
opentelemetry-api
from 1.24.0 to 1.25.0Changelog
Sourced from opentelemetry-api's changelog.
... (truncated)
Commits
257e6fe
[release/v1.25.x-0.46bx] Prepare release 1.25.0/0.46b0 (#3942)c6edd0f
Auto instrumentation parameters (#3864)d73593d
Fix prometheus metric name and unit conversion (#3924)187048a
Record links with invalid SpanContext (#3917)832e859
Add OpenTelemetry trove classifiers to PyPI packages (#3913)dbf6943
Fixup pylint broad exceptions warnings (#3923)808d0ce
Pin codespell version to fix builds (#3930)8b80a28
Fix class BoundedAttributes to have RLock rather than Lock (#3859)a156bf1
Do not install unnecessary packages (#3896)eef2015
Bump jinja2 from 3.1.3 to 3.1.4 in /docs/getting_started/tests (#3907)Updates
opentelemetry-exporter-zipkin
from 1.24.0 to 1.25.0Changelog
Sourced from opentelemetry-exporter-zipkin's changelog.
... (truncated)
Commits
257e6fe
[release/v1.25.x-0.46bx] Prepare release 1.25.0/0.46b0 (#3942)d73593d
Fix prometheus metric name and unit conversion (#3924)832e859
Add OpenTelemetry trove classifiers to PyPI packages (#3913)dbf6943
Fixup pylint broad exceptions warnings (#3923)a156bf1
Do not install unnecessary packages (#3896)6e84b1f
exporter: add is_remote_parent span flags to OTLP exported spans and links (#...fbbf5b5
Revert modifications to Apache license (#3870)afc3ace
Bump black to 24.3.0 (#3871)b51a6f8
Sort by label keys before generating labels key and value lists (#3698)9398f26
Use a single install command for lint (#3848)Updates
opentelemetry-exporter-zipkin-json
from 1.24.0 to 1.25.0Changelog
Sourced from opentelemetry-exporter-zipkin-json's changelog.
... (truncated)
Commits
257e6fe
[release/v1.25.x-0.46bx] Prepare release 1.25.0/0.46b0 (#3942)d73593d
Fix prometheus metric name and unit conversion (#3924)832e859
Add OpenTelemetry trove classifiers to PyPI packages (#3913)dbf6943
Fixup pylint broad exceptions warnings (#3923)a156bf1
Do not install unnecessary packages (#3896)6e84b1f
exporter: add is_remote_parent span flags to OTLP exported spans and links (#...fbbf5b5
Revert modifications to Apache license (#3870)afc3ace
Bump black to 24.3.0 (#3871)b51a6f8
Sort by label keys before generating labels key and value lists (#3698)9398f26
Use a single install command for lint (#3848)Updates
opentelemetry-exporter-zipkin-proto-http
from 1.24.0 to 1.25.0Changelog
Sourced from opentelemetry-exporter-zipkin-proto-http's changelog.
... (truncated)
Commits
257e6fe
[release/v1.25.x-0.46bx] Prepare release 1.25.0/0.46b0 (#3942)d73593d
Fix prometheus metric name and unit conversion (#3924)832e859
Add OpenTelemetry trove classifiers to PyPI packages (#3913)dbf6943
Fixup pylint broad exceptions warnings (#3923)a156bf1
Do not install unnecessary packages (#3896)6e84b1f
exporter: add is_remote_parent span flags to OTLP exported spans and links (#...fbbf5b5
Revert modifications to Apache license (#3870)afc3ace
Bump black to 24.3.0 (#3871)b51a6f8
Sort by label keys before generating labels key and value lists (#3698)9398f26
Use a single install command for lint (#3848)Updates
opentelemetry-instrumentation
from 0.45b0 to 0.46b0Changelog
Sourced from opentelemetry-instrumentation's changelog.
... (truncated)
Commits
Updates
opentelemetry-instrumentation-grpc
from 0.45b0 to 0.46b0Changelog
Sourced from opentelemetry-instrumentation-grpc's changelog.
... (truncated)
Commits
Updates
opentelemetry-sdk
from 1.24.0 to 1.25.0Changelog
Sourced from opentelemetry-sdk's changelog.
... (truncated)
Commits
257e6fe
[release/v1.25.x-0.46bx] Prepare release 1.25.0/0.46b0 (#3942)c6edd0f
Auto instrumentation parameters (#3864)d73593d
Fix prometheus metric name and unit conversion (#3924)187048a
Record links with invalid SpanContext (#3917)832e859
Add OpenTelemetry trove classifiers to PyPI packages (#3913)dbf6943
Fixup pylint broad exceptions warnings (#3923)808d0ce
Pin codespell version to fix builds (#3930)8b80a28
Fix class BoundedAttributes to have RLock rather than Lock (#3859)a156bf1
Do not install unnecessary packages (#3896)eef2015
Bump jinja2 from 3.1.3 to 3.1.4 in /docs/getting_started/tests (#3907)Updates
opentelemetry-semantic-conventions
from 0.45b0 to 0.46b0Changelog
Sourced from opentelemetry-semantic-conventions's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show