Sourced from @opentelemetry/exporter-metrics-otlp-grpc
's
releases.
experimental/v0.56.0
0.56.0
:boom: Breaking Change
- feat(otlp-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)OTLPExporterBrowserBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)ExportServiceError
was intended for internal use and has been dropped from exportsvalidateAndNormalizeHeaders
was intended for internal use and has been dropped from exportsOTLPExporterBase
all properties are now private, the constructor now takes anIOTLPExportDelegate
, the type parameter for config type has been dropped.
- This type is scheduled for removal in a future version of this package, please treat all exporters as
SpanExporter
,PushMetricExporter
orLogRecordExporter
, based on their respective type.- feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPGRPCExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
from@opentelemetry/otlp-exporter-base
)- feat(otlp-transformer)!: accept
ResourceMetrics
in serializers instead ofResourceMetrics[]
- (user-facing):
ProtobufMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements- (user-facing):
JsonMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements:rocket: (Enhancement)
- feat(otlp-exporter-base): handle OTLP partial success #5183
@pichlermarc
- feat(otlp-exporter-base): internally accept a http header provider function only #5179
@pichlermarc
- refactor(otlp-exporter-base): don't create blob before sending xhr #5193
@pichlermarc
- improves compatibility with some unsupported runtimes
- feat(otlp-exporter-base): add http response body to exporter error #5204
@pichlermarc
:bug: (Bug Fix)
- fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227
@pichlermarc
:house: (Internal)
- chore(otlp-exporter-*-grpc): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-http): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-proto): clean up tests #5196
@pichlermarc
85dcbc7
chore: prepare next release (#5232)b0f73ea
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(#5227)c9b5bb0
chore(deps): lock file maintenance (#5225)fc94e46
feat(otlp-exporter-base): implement partial success handling (#5183)fd7f2d9
fix(deps): update dependency zone.js to v0.15.0 (#5213)17bf0d9
chore(deps): update dependency @bufbuild/buf
to v1.47.2
(#5210)1249e34
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...5ad0aa5
chore: replace deprecated String.prototype.substr() with substring() (#5209)3bf1284
feat(otlp-exporter-base): add http response body to exporter error (#5204)561f8ad
fix(docs): broken link for community contribution lifecycle and
processes (#5...Sourced from @opentelemetry/exporter-metrics-otlp-proto
's
releases.
experimental/v0.56.0
0.56.0
:boom: Breaking Change
- feat(otlp-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)OTLPExporterBrowserBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)ExportServiceError
was intended for internal use and has been dropped from exportsvalidateAndNormalizeHeaders
was intended for internal use and has been dropped from exportsOTLPExporterBase
all properties are now private, the constructor now takes anIOTLPExportDelegate
, the type parameter for config type has been dropped.
- This type is scheduled for removal in a future version of this package, please treat all exporters as
SpanExporter
,PushMetricExporter
orLogRecordExporter
, based on their respective type.- feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPGRPCExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
from@opentelemetry/otlp-exporter-base
)- feat(otlp-transformer)!: accept
ResourceMetrics
in serializers instead ofResourceMetrics[]
- (user-facing):
ProtobufMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements- (user-facing):
JsonMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements:rocket: (Enhancement)
- feat(otlp-exporter-base): handle OTLP partial success #5183
@pichlermarc
- feat(otlp-exporter-base): internally accept a http header provider function only #5179
@pichlermarc
- refactor(otlp-exporter-base): don't create blob before sending xhr #5193
@pichlermarc
- improves compatibility with some unsupported runtimes
- feat(otlp-exporter-base): add http response body to exporter error #5204
@pichlermarc
:bug: (Bug Fix)
- fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227
@pichlermarc
:house: (Internal)
- chore(otlp-exporter-*-grpc): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-http): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-proto): clean up tests #5196
@pichlermarc
85dcbc7
chore: prepare next release (#5232)b0f73ea
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(#5227)c9b5bb0
chore(deps): lock file maintenance (#5225)fc94e46
feat(otlp-exporter-base): implement partial success handling (#5183)fd7f2d9
fix(deps): update dependency zone.js to v0.15.0 (#5213)17bf0d9
chore(deps): update dependency @bufbuild/buf
to v1.47.2
(#5210)1249e34
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...5ad0aa5
chore: replace deprecated String.prototype.substr() with substring() (#5209)3bf1284
feat(otlp-exporter-base): add http response body to exporter error (#5204)561f8ad
fix(docs): broken link for community contribution lifecycle and
processes (#5...Sourced from @opentelemetry/exporter-trace-otlp-grpc
's
releases.
experimental/v0.56.0
0.56.0
:boom: Breaking Change
- feat(otlp-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)OTLPExporterBrowserBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)ExportServiceError
was intended for internal use and has been dropped from exportsvalidateAndNormalizeHeaders
was intended for internal use and has been dropped from exportsOTLPExporterBase
all properties are now private, the constructor now takes anIOTLPExportDelegate
, the type parameter for config type has been dropped.
- This type is scheduled for removal in a future version of this package, please treat all exporters as
SpanExporter
,PushMetricExporter
orLogRecordExporter
, based on their respective type.- feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPGRPCExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
from@opentelemetry/otlp-exporter-base
)- feat(otlp-transformer)!: accept
ResourceMetrics
in serializers instead ofResourceMetrics[]
- (user-facing):
ProtobufMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements- (user-facing):
JsonMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements:rocket: (Enhancement)
- feat(otlp-exporter-base): handle OTLP partial success #5183
@pichlermarc
- feat(otlp-exporter-base): internally accept a http header provider function only #5179
@pichlermarc
- refactor(otlp-exporter-base): don't create blob before sending xhr #5193
@pichlermarc
- improves compatibility with some unsupported runtimes
- feat(otlp-exporter-base): add http response body to exporter error #5204
@pichlermarc
:bug: (Bug Fix)
- fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227
@pichlermarc
:house: (Internal)
- chore(otlp-exporter-*-grpc): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-http): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-proto): clean up tests #5196
@pichlermarc
85dcbc7
chore: prepare next release (#5232)b0f73ea
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(#5227)c9b5bb0
chore(deps): lock file maintenance (#5225)fc94e46
feat(otlp-exporter-base): implement partial success handling (#5183)fd7f2d9
fix(deps): update dependency zone.js to v0.15.0 (#5213)17bf0d9
chore(deps): update dependency @bufbuild/buf
to v1.47.2
(#5210)1249e34
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...5ad0aa5
chore: replace deprecated String.prototype.substr() with substring() (#5209)3bf1284
feat(otlp-exporter-base): add http response body to exporter error (#5204)561f8ad
fix(docs): broken link for community contribution lifecycle and
processes (#5...Sourced from @opentelemetry/exporter-trace-otlp-proto
's
releases.
experimental/v0.56.0
0.56.0
:boom: Breaking Change
- feat(otlp-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)OTLPExporterBrowserBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
)ExportServiceError
was intended for internal use and has been dropped from exportsvalidateAndNormalizeHeaders
was intended for internal use and has been dropped from exportsOTLPExporterBase
all properties are now private, the constructor now takes anIOTLPExportDelegate
, the type parameter for config type has been dropped.
- This type is scheduled for removal in a future version of this package, please treat all exporters as
SpanExporter
,PushMetricExporter
orLogRecordExporter
, based on their respective type.- feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031
@pichlermarc
OTLPGRPCExporterNodeBase
has been removed in favor of a platform-agnostic implementation (OTLPExporterBase
from@opentelemetry/otlp-exporter-base
)- feat(otlp-transformer)!: accept
ResourceMetrics
in serializers instead ofResourceMetrics[]
- (user-facing):
ProtobufMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements- (user-facing):
JsonMetricsSerializer
now only acceptsResourceMetrics
instead ofResourceMetrics[]
to align withPushMetricExporter
requirements:rocket: (Enhancement)
- feat(otlp-exporter-base): handle OTLP partial success #5183
@pichlermarc
- feat(otlp-exporter-base): internally accept a http header provider function only #5179
@pichlermarc
- refactor(otlp-exporter-base): don't create blob before sending xhr #5193
@pichlermarc
- improves compatibility with some unsupported runtimes
- feat(otlp-exporter-base): add http response body to exporter error #5204
@pichlermarc
:bug: (Bug Fix)
- fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227
@pichlermarc
:house: (Internal)
- chore(otlp-exporter-*-grpc): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-http): clean up tests #5196
@pichlermarc
- chore(otlp-exporter-*-proto): clean up tests #5196
@pichlermarc
85dcbc7
chore: prepare next release (#5232)b0f73ea
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(#5227)c9b5bb0
chore(deps): lock file maintenance (#5225)fc94e46
feat(otlp-exporter-base): implement partial success handling (#5183)fd7f2d9
fix(deps): update dependency zone.js to v0.15.0 (#5213)17bf0d9
chore(deps): update dependency @bufbuild/buf
to v1.47.2
(#5210)1249e34
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...5ad0aa5
chore: replace deprecated String.prototype.substr() with substring() (#5209)3bf1284
feat(otlp-exporter-base): add http response body to exporter error (#5204)561f8ad
fix(docs): broken link for community contribution lifecycle and
processes (#5...Sourced from @opentelemetry/instrumentation-runtime-node
's
releases.
instrumentation-runtime-node: v0.11.0
0.11.0 (2024-12-04)
Features
Sourced from @opentelemetry/instrumentation-runtime-node
's
changelog.
0.11.0
:bug: Bug Fix
- #221 fix: wrapper function for hapi route & plugins (
@jk1z
)- #225 pg spans disconnected from parent (
@obecny
)- #208 [mysql] fix: ensure span name is a string to avoid [object Object] as span name (
@naseemkullah
)- #175 fix: accept EventListener callbacks (
@johnbley
)- #188 fix(express): listen for
finish
event on response for async express layer #107 (@vmarchaud
):rocket: Enhancement
- Other
- #176 feat: reduce root span cardinality in express plugin (
@gecgooden
)- #226 feature: Graphql (
@obecny
)- #215 Allow redis version 3.0.0 and above (
@akshah123
)- #212 docs: update dns status and add hapi koa (
@naseemkullah
)opentelemetry-host-metrics
Committers: 9
- Ankit Shah (
@akshah123
)- Bartlomiej Obecny (
@obecny
)- Daniel Dyla (
@dyladan
)- George Gooden (
@gecgooden
)- Jack Zhang (
@jk1z
)- John Bley (
@johnbley
)- Mark (
@MarkSeufert
)- Naseem (
@naseemkullah
)- Valentin Marchaud (
@vmarchaud
)
f4d1a71
Merge pull request #238
from dynatrace-oss-contrib/0.11.0-proposal6a8d24c
chore: changelogc33e291
chore: release 0.11.0 proposal7f96aba
Merge pull request #176
from gecgooden/express-rename-http-spandcf2405
Merge branch 'master' into express-rename-http-span8ca9f6f
Merge pull request #236
from renovate-bot/renovate/pin-dependencies3abdea0
chore(deps): pin dependencies116e590
Merge pull request #231
from dynatrace-oss-contrib/bump-core-depsf29963a
Merge branch 'master' into bump-core-deps4de41c8
feature: Graphql (#226)