Sourced from @opentelemetry/exporter-metrics-otlp-grpc
's
releases.
experimental/v0.54.0
0.54.0
:boom: Breaking Change
- feat(exporter--otlp-)!: rewrite exporter config logic for testability #4971
@pichlermarc
- (user-facing)
getDefaultUrl
was intended for internal use has been removed from all exporters- (user-facing)
getUrlFromConfig
was intended for internal use and has been removed from all exporters- (user-facing)
hostname
was intended for internal use and has been removed from all exporters- (user-facing)
url
was intended for internal use and has been removed from all exporters- (user-facing)
timeoutMillis
was intended for internal use and has been removed from all exporters- (user-facing)
onInit
was intended for internal use and has been removed from all exporters- feat(otlp-exporter-base)!: do not export functions that are intended for internal use #4971
@pichlermarc
- Drops the following functions and types that were intended for internal use from the package exports:
parseHeaders
appendResourcePathToUrl
appendResourcePathToUrlIfNeeded
configureExporterTimeout
invalidTimeout
- feat(instrumentation-http)!: remove long deprecated options #5085
@pichlermarc
ignoreIncomingPaths
has been removed, use the more versatileignoreIncomingRequestHook
instead.ignoreOutgoingUrls
has been removed, use the more versatileignoreOutgoingRequestHook
instead.isIgnored
utility function was intended for internal use and has been removed without replacement.:rocket: (Enhancement)
- feat(api-logs): Add delegating no-op logger provider #4861
@hectorhdzg
- feat(instrumentation-http): Add support for Semantic Conventions 1.27+ #4940 #4978 #5026
@dyladan
- Applies to client and server spans and metrics
- Generate spans and metrics compliant with Semantic Conventions 1.27+ when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp
orhttp/dup
- Generate spans and metrics backwards compatible with previous attributes when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp/dup
or DOES NOT containhttp
:bug: (Bug Fix)
- fix(sampler-jaeger-remote): fixes an issue where package could emit unhandled promise rejections
@Just-Sieb
- fix(otlp-grpc-exporter-base): default compression to
'none'
if env varsOTEL_EXPORTER_OTLP_TRACES_COMPRESSION
andOTEL_EXPORTER_OTLP_COMPRESSION
are falsy@sjvans
- fix(sdk-events): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
,@opentelemetry/api-events@0.52.0
packages #5013@pichlermarc
- fix(sdk-logs): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
#5013@pichlermarc
- fix(sdk-logs): align LogRecord#setAttribute type with types from
@opentelemetry/api-logs@0.53.0
#5013@pichlermarc
- fix(exporter--otlp-): fixes a bug where signal-specific environment variables would not be applied and the trace-specific one was used instead #4971
@pichlermarc
- Fixes:
OTEL_EXPORTER_OTLP_METRICS_COMPRESSION
OTEL_EXPORTER_OTLP_LOGS_COMPRESSION
OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY
OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY
OTEL_EXPORTER_OTLP_METRICS_INSECURE
OTEL_EXPORTER_OTLP_LOGS_INSECURE
- fix(sdk-node): use warn instead of error on unknown OTEL_NODE_RESOURCE_DETECTORS values #5034
... (truncated)
eb3ca4f
chore: prepare next release (#5068)6fee82d
chore: add @maryliag
to
approvers (#5083)50d59ca
feat(instrumentation-http)!: remove deprecated ignore options (#5085)4497ee3
Added limitation in ot-shim readme (#5072)006fe44
chore: move xray and xray-lambda propagators to contrib (#4966)330172c
fix(instrumentation-http): add server attributes after they become
available ...55a1fc8
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...5e17361
chore(deps): update dependency chromedriver to v130 (#5080)be1737f
chore: add markdown lint check to default lint command (#5074)c208991
test: use venv in w3c trace context test script (#5071)Sourced from @opentelemetry/exporter-metrics-otlp-proto
's
releases.
experimental/v0.54.0
0.54.0
:boom: Breaking Change
- feat(exporter--otlp-)!: rewrite exporter config logic for testability #4971
@pichlermarc
- (user-facing)
getDefaultUrl
was intended for internal use has been removed from all exporters- (user-facing)
getUrlFromConfig
was intended for internal use and has been removed from all exporters- (user-facing)
hostname
was intended for internal use and has been removed from all exporters- (user-facing)
url
was intended for internal use and has been removed from all exporters- (user-facing)
timeoutMillis
was intended for internal use and has been removed from all exporters- (user-facing)
onInit
was intended for internal use and has been removed from all exporters- feat(otlp-exporter-base)!: do not export functions that are intended for internal use #4971
@pichlermarc
- Drops the following functions and types that were intended for internal use from the package exports:
parseHeaders
appendResourcePathToUrl
appendResourcePathToUrlIfNeeded
configureExporterTimeout
invalidTimeout
- feat(instrumentation-http)!: remove long deprecated options #5085
@pichlermarc
ignoreIncomingPaths
has been removed, use the more versatileignoreIncomingRequestHook
instead.ignoreOutgoingUrls
has been removed, use the more versatileignoreOutgoingRequestHook
instead.isIgnored
utility function was intended for internal use and has been removed without replacement.:rocket: (Enhancement)
- feat(api-logs): Add delegating no-op logger provider #4861
@hectorhdzg
- feat(instrumentation-http): Add support for Semantic Conventions 1.27+ #4940 #4978 #5026
@dyladan
- Applies to client and server spans and metrics
- Generate spans and metrics compliant with Semantic Conventions 1.27+ when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp
orhttp/dup
- Generate spans and metrics backwards compatible with previous attributes when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp/dup
or DOES NOT containhttp
:bug: (Bug Fix)
- fix(sampler-jaeger-remote): fixes an issue where package could emit unhandled promise rejections
@Just-Sieb
- fix(otlp-grpc-exporter-base): default compression to
'none'
if env varsOTEL_EXPORTER_OTLP_TRACES_COMPRESSION
andOTEL_EXPORTER_OTLP_COMPRESSION
are falsy@sjvans
- fix(sdk-events): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
,@opentelemetry/api-events@0.52.0
packages #5013@pichlermarc
- fix(sdk-logs): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
#5013@pichlermarc
- fix(sdk-logs): align LogRecord#setAttribute type with types from
@opentelemetry/api-logs@0.53.0
#5013@pichlermarc
- fix(exporter--otlp-): fixes a bug where signal-specific environment variables would not be applied and the trace-specific one was used instead #4971
@pichlermarc
- Fixes:
OTEL_EXPORTER_OTLP_METRICS_COMPRESSION
OTEL_EXPORTER_OTLP_LOGS_COMPRESSION
OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY
OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY
OTEL_EXPORTER_OTLP_METRICS_INSECURE
OTEL_EXPORTER_OTLP_LOGS_INSECURE
- fix(sdk-node): use warn instead of error on unknown OTEL_NODE_RESOURCE_DETECTORS values #5034
... (truncated)
eb3ca4f
chore: prepare next release (#5068)6fee82d
chore: add @maryliag
to
approvers (#5083)50d59ca
feat(instrumentation-http)!: remove deprecated ignore options (#5085)4497ee3
Added limitation in ot-shim readme (#5072)006fe44
chore: move xray and xray-lambda propagators to contrib (#4966)330172c
fix(instrumentation-http): add server attributes after they become
available ...55a1fc8
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...5e17361
chore(deps): update dependency chromedriver to v130 (#5080)be1737f
chore: add markdown lint check to default lint command (#5074)c208991
test: use venv in w3c trace context test script (#5071)Sourced from @opentelemetry/exporter-trace-otlp-grpc
's
releases.
experimental/v0.54.0
0.54.0
:boom: Breaking Change
- feat(exporter--otlp-)!: rewrite exporter config logic for testability #4971
@pichlermarc
- (user-facing)
getDefaultUrl
was intended for internal use has been removed from all exporters- (user-facing)
getUrlFromConfig
was intended for internal use and has been removed from all exporters- (user-facing)
hostname
was intended for internal use and has been removed from all exporters- (user-facing)
url
was intended for internal use and has been removed from all exporters- (user-facing)
timeoutMillis
was intended for internal use and has been removed from all exporters- (user-facing)
onInit
was intended for internal use and has been removed from all exporters- feat(otlp-exporter-base)!: do not export functions that are intended for internal use #4971
@pichlermarc
- Drops the following functions and types that were intended for internal use from the package exports:
parseHeaders
appendResourcePathToUrl
appendResourcePathToUrlIfNeeded
configureExporterTimeout
invalidTimeout
- feat(instrumentation-http)!: remove long deprecated options #5085
@pichlermarc
ignoreIncomingPaths
has been removed, use the more versatileignoreIncomingRequestHook
instead.ignoreOutgoingUrls
has been removed, use the more versatileignoreOutgoingRequestHook
instead.isIgnored
utility function was intended for internal use and has been removed without replacement.:rocket: (Enhancement)
- feat(api-logs): Add delegating no-op logger provider #4861
@hectorhdzg
- feat(instrumentation-http): Add support for Semantic Conventions 1.27+ #4940 #4978 #5026
@dyladan
- Applies to client and server spans and metrics
- Generate spans and metrics compliant with Semantic Conventions 1.27+ when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp
orhttp/dup
- Generate spans and metrics backwards compatible with previous attributes when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp/dup
or DOES NOT containhttp
:bug: (Bug Fix)
- fix(sampler-jaeger-remote): fixes an issue where package could emit unhandled promise rejections
@Just-Sieb
- fix(otlp-grpc-exporter-base): default compression to
'none'
if env varsOTEL_EXPORTER_OTLP_TRACES_COMPRESSION
andOTEL_EXPORTER_OTLP_COMPRESSION
are falsy@sjvans
- fix(sdk-events): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
,@opentelemetry/api-events@0.52.0
packages #5013@pichlermarc
- fix(sdk-logs): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
#5013@pichlermarc
- fix(sdk-logs): align LogRecord#setAttribute type with types from
@opentelemetry/api-logs@0.53.0
#5013@pichlermarc
- fix(exporter--otlp-): fixes a bug where signal-specific environment variables would not be applied and the trace-specific one was used instead #4971
@pichlermarc
- Fixes:
OTEL_EXPORTER_OTLP_METRICS_COMPRESSION
OTEL_EXPORTER_OTLP_LOGS_COMPRESSION
OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY
OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY
OTEL_EXPORTER_OTLP_METRICS_INSECURE
OTEL_EXPORTER_OTLP_LOGS_INSECURE
- fix(sdk-node): use warn instead of error on unknown OTEL_NODE_RESOURCE_DETECTORS values #5034
... (truncated)
eb3ca4f
chore: prepare next release (#5068)6fee82d
chore: add @maryliag
to
approvers (#5083)50d59ca
feat(instrumentation-http)!: remove deprecated ignore options (#5085)4497ee3
Added limitation in ot-shim readme (#5072)006fe44
chore: move xray and xray-lambda propagators to contrib (#4966)330172c
fix(instrumentation-http): add server attributes after they become
available ...55a1fc8
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...5e17361
chore(deps): update dependency chromedriver to v130 (#5080)be1737f
chore: add markdown lint check to default lint command (#5074)c208991
test: use venv in w3c trace context test script (#5071)Sourced from @opentelemetry/exporter-trace-otlp-proto
's
releases.
experimental/v0.54.0
0.54.0
:boom: Breaking Change
- feat(exporter--otlp-)!: rewrite exporter config logic for testability #4971
@pichlermarc
- (user-facing)
getDefaultUrl
was intended for internal use has been removed from all exporters- (user-facing)
getUrlFromConfig
was intended for internal use and has been removed from all exporters- (user-facing)
hostname
was intended for internal use and has been removed from all exporters- (user-facing)
url
was intended for internal use and has been removed from all exporters- (user-facing)
timeoutMillis
was intended for internal use and has been removed from all exporters- (user-facing)
onInit
was intended for internal use and has been removed from all exporters- feat(otlp-exporter-base)!: do not export functions that are intended for internal use #4971
@pichlermarc
- Drops the following functions and types that were intended for internal use from the package exports:
parseHeaders
appendResourcePathToUrl
appendResourcePathToUrlIfNeeded
configureExporterTimeout
invalidTimeout
- feat(instrumentation-http)!: remove long deprecated options #5085
@pichlermarc
ignoreIncomingPaths
has been removed, use the more versatileignoreIncomingRequestHook
instead.ignoreOutgoingUrls
has been removed, use the more versatileignoreOutgoingRequestHook
instead.isIgnored
utility function was intended for internal use and has been removed without replacement.:rocket: (Enhancement)
- feat(api-logs): Add delegating no-op logger provider #4861
@hectorhdzg
- feat(instrumentation-http): Add support for Semantic Conventions 1.27+ #4940 #4978 #5026
@dyladan
- Applies to client and server spans and metrics
- Generate spans and metrics compliant with Semantic Conventions 1.27+ when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp
orhttp/dup
- Generate spans and metrics backwards compatible with previous attributes when
OTEL_SEMCONV_STABILITY_OPT_IN
containshttp/dup
or DOES NOT containhttp
:bug: (Bug Fix)
- fix(sampler-jaeger-remote): fixes an issue where package could emit unhandled promise rejections
@Just-Sieb
- fix(otlp-grpc-exporter-base): default compression to
'none'
if env varsOTEL_EXPORTER_OTLP_TRACES_COMPRESSION
andOTEL_EXPORTER_OTLP_COMPRESSION
are falsy@sjvans
- fix(sdk-events): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
,@opentelemetry/api-events@0.52.0
packages #5013@pichlermarc
- fix(sdk-logs): remove devDependencies to old
@opentelemetry/api-logs@0.52.0
#5013@pichlermarc
- fix(sdk-logs): align LogRecord#setAttribute type with types from
@opentelemetry/api-logs@0.53.0
#5013@pichlermarc
- fix(exporter--otlp-): fixes a bug where signal-specific environment variables would not be applied and the trace-specific one was used instead #4971
@pichlermarc
- Fixes:
OTEL_EXPORTER_OTLP_METRICS_COMPRESSION
OTEL_EXPORTER_OTLP_LOGS_COMPRESSION
OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE
OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY
OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY
OTEL_EXPORTER_OTLP_METRICS_INSECURE
OTEL_EXPORTER_OTLP_LOGS_INSECURE
- fix(sdk-node): use warn instead of error on unknown OTEL_NODE_RESOURCE_DETECTORS values #5034
... (truncated)
eb3ca4f
chore: prepare next release (#5068)6fee82d
chore: add @maryliag
to
approvers (#5083)50d59ca
feat(instrumentation-http)!: remove deprecated ignore options (#5085)4497ee3
Added limitation in ot-shim readme (#5072)006fe44
chore: move xray and xray-lambda propagators to contrib (#4966)330172c
fix(instrumentation-http): add server attributes after they become
available ...55a1fc8
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...5e17361
chore(deps): update dependency chromedriver to v130 (#5080)be1737f
chore: add markdown lint check to default lint command (#5074)c208991
test: use venv in w3c trace context test script (#5071)Sourced from @opentelemetry/instrumentation-runtime-node
's
changelog.
0.8.0 (
@opentelemetry/propagator-grpc-census-binary
):rocket: (Enhancement)
- #39 feat: add gRPC Census propagator (
@nkelly75
)Committers: 1
- Niall Kelly (
@nkelly75
)0.8.0
Released 2020-05-29
:rocket: (Enhancement)
- #30 Support OpenTelemetry SDK 0.8.x (
@dyladan
)opentelemetry-plugin-mongodb
- #34 Enhanced Database Reporting for MongoDB (
@romil-punetha
)opentelemetry-plugin-ioredis
- #33 feat(opentelemetry-plugin-ioredis): provide a custom serializer fn for db.statement (
@marcoreni
)Committers: 3
- Marco Reni (
@marcoreni
)- Romil Punetha (
@romil-punetha
)- Daniel Dyla (
@dyladan
)