@instana/shared-metrics
Advanced tools
Changelog
1.111.1:
Changelog
1.111.0:
Changelog
1.110.5:
@instana
packages, not a version range. This makes sure all @instana
packages are updated in sync and it avoids internal packages like core
being updated while consuming packages like collector
stay on an older version.Changelog
1.110.4
Changelog
1.110.3
Changelog
1.110.2
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.