@instana/autoprofile
Advanced tools
Changelog
1.110.1
tar
dependency of @instana/shared-metrics
from tar@6
to tar@5
.Changelog
1.109.0
@instana/collector
:
Changelog
1.108.0
Implement batching for very short (< 10 ms), high-frequency database spans (opt-in in this release, will be switched to default behaviour in one of the next releases). To enabled it right now, any of the three following methods can be used:
Set the environment variable INSTANA_SPANBATCHING_ENABLED=true
.
Use in-code configuration: config.tracing.spanBatchingEnabled: true
.
Add this to the agent's configuration.yaml
:
com.instana.plugin.nodejs:
span-batching-enabled: true
[AWS Lambda] Check type of Lambda error messages and stringify if necessary.
Changelog
1.106.6
@elastic/elasticsearch
for refactoring of api
submodule introduced in @elastic/elasticsearch@7.9.1
. (Fixes TypeError: Cannot set property 'Symbol(configuration error)' of undefined
.) Also, remove obsolete stats
annotation for elasticsearch
spans.Changelog
1.106.5
Changelog
1.106.4
node-fetch
dependency from @instana/aws-fargate
as well as @instana/google-cloud-run
and move it to @instana/metrics-util
instead.span.data.service
on first span.span.crid
/span.crtp
instead of span.data.correlationId
/span.data.correlationType
.