chore(deps): update dependency opentelemetry-exporter-jaeger to v1 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.16b1
->==1.3.0
Release Notes
open-telemetry/opentelemetry-python
v1.3.0
Compare Source
Added
(#1877)
(#1853)
Changed
(#1854)
(#1855)
(#1869)
schema_url
field toResource
class(#1871)
(#1873)
Fixed
opentelementry-opentracing-shim
ScopeShim
to report exceptions inopentelemetry specification format, rather than opentracing spec format.
v1.2.0
Compare Source
Added
(#1803)
B3SingleFormat
andB3MultiFormat
propagators to theopentelemetry-propagator-b3
package.(#1823)
(#1829)
(#1839)
(#1863)
Changed
(#1806)
(#1807)
extract
and do not modifythe context if extracting from carrier does not work.
(#1811)
b3
propagator entrypoint to point toB3SingleFormat
propagator.(#1823)
b3multi
propagator entrypoint to point toB3MultiFormat
propagator.(#1823)
(#1810)
(#1833)
CHILD_OF
reference([#1809])(Include parent span in Jaeger gRPC export open-telemetry/opentelemetry-python#1809)
(#1818)
(#1842)
Resource
, move attribute related logic to separate package.(#1834)
(#1856)
Removed
opentelemetry-instrumentation
to contrib repository.(#1797)
v1.1.0
Compare Source
Added
py.typed
file to every package. This should resolve a bunch of mypyerrors for users.
(#1720)
(#1759)
SpanKind
toshould_sample
parameters, suggest using parent span context's tracestateinstead of manually passed in tracestate in
should_sample
(#1764)
(#1762)
(#1799)
Changed
B3Format
propagator to be spec compliant by not modifying contextwhen propagation headers are not present/invalid/empty
(#1728)
(#1721)
(#1722)
(#1750)
and tracer instances before a global provider is set up.
(#1726)
__contains__
toopentelementry.trace.span.TraceState
.(#1773)
opentelemetry-opentracing-shim
Fix an issue in the shim where a Span was being wrappedin a NonRecordingSpan when it wasn't necessary.
(#1776)
a secure connection or not.
(#1771)
v1.0.0
Compare Source
Added
(#1609)
max_attr_value_length
support to Jaeger exporter(#1633)
use_span
from Tracer toopentelemetry.trace.use_span
.(#1668)
opentelemetry.trace.use_span()
will now overwrite previously set status on span in case anexception is raised inside the context manager and
set_status_on_exception
is set toTrue
.(#1668)
udp_split_oversized_batches
support to jaeger exporter(#1500)
Changed
service_name
from constructor of jaeger and opencensus exporters anduse of env variable
OTEL_PYTHON_SERVICE_NAME
([#1669])(Remove service name open-telemetry/opentelemetry-python#1669)
IdsGenerator
toIdGenerator
(#1651)
(#1652)
create_empty
toget_empty
(#1653)
BatchExportSpanProcessor
toBatchSpanProcessor
andSimpleExportSpanProcessor
toSimpleSpanProcessor
(#1656)
DefaultSpan
toNonRecordingSpan
(#1661)
OTEL_TRACES_EXPORTER
env var set tootlp
(#1657)
Getter
,Setter
andTextMapPropagator
out ofopentelemetry.trace.propagation
andinto
opentelemetry.propagators
(#1662)
BaggagePropagator
toW3CBaggagePropagator
(#1663)
JaegerSpanExporter
toJaegerExporter
and renameZipkinSpanExporter
toZipkinExporter
(#1664)
StatusCode
from theopentelemetry.trace
module(#1681)
description
whenstatus_code
is set toStatusCode.ERROR
(#1673)
0.7.0
(#1674)
(#1602)
(#1684)
(#1671)
(#1680)
(#1696)
opentelemetry-exporter-jaeger
package intoopentelemetry-exporter-jaeger-proto-grpc
andopentelemetry-exporter-jaeger-thrift
packages to reduce dependencies for each one.(#1694)
opentelemetry-exporter-otlp-proto-grpc
and changedopentelemetry-exporter-otlp
toinstall it as a dependency. This will allow for the next package/protocol to also be in
its own package.
(#1695)
(#1703)
OTEL_TRACES_EXPORTER
resulting in an error(#1707)
opentelemetry-exporter-zipkin-json
andopentelemetry-exporter-zipkin-proto-http
packages to reduce dependencies. Theopentelemetry-exporter-zipkin
installs both.(#1699)
(#1690)
Removed
get_hexadecimal_trace_id
andget_hexadecimal_span_id
methods.(#1675)
OTEL_EXPORTER_*_ INSECURE
env var(#1682)
(#1706)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.