@instana/autoprofile
Advanced tools
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
.Changelog
1.106.2
RUN /instana/setup.sh
).X-INSTANA-L: 0
downstream with AMQP headers.Changelog
1.106.1
"Invalid configuration: config.tracing.http.extraHttpHeadersToCapture is not an array, the value will be ignored: {}"
).@instana/google-cloud-run
. Requires at least Instana back end version 185. @instana/google-cloud-run
supports Node.js 8.6.0 or later. Note that this is an early technical preview and not ready for general usage. At this time, no support can be provided for this new package. This will change once Google Cloud Run support becomes generally available with Instana.Changelog
1.106.0
INSTANA_EXTRA_HTTP_HEADERS
variable.INSTANA_ZONE
.INSTANA_TAGS
.<redacted>
instead of removing the whole key-value pair.INSTANA_SECRETS
.INSTANA_EXTRA_HTTP_HEADERS
.INSTANA_SECRETS
.INSTANA_EXTRA_HTTP_HEADERS
also apply to HTTP exits.event.multiValueHeaders
.Changelog
1.105.1
process.mainModule.filename
as the Node.js app's name when the package.json
file is not present.package.json
file is not present, by inspecting the node_modules
folder that is closest to process.mainModule
in the file system.