Releases: SierraSoftworks/vault-azfn
Version 1.4.1
This release makes further improvements to the OpenTelemetry integration, improving request duration reporting and span naming to further enhance integration with Vault v1.15.x+.
Version 1.4.0
This release makes changes to the telemetry emission model to improve comprehensibility and better support Vault 1.15's new core.completed_request
log event, allowing you to understand the response status behaviour of your Vault instance.
Version 1.3.6
This release fixes an issue with the embedded version metadata, which will ensure that the service.version
is reported correctly in OpenTelemetry.
Version 1.3.5
This release makes further improvements to the log parsing, especially logs that contain non-string fields and/or which contain error
fields, ensuring that these are reported in a useful manner.
Version 1.3.4
This release improves handling of multi-line messages and messages which do not contain valid JSON.
Version 1.3.3
This release improves our ability to handle log messages from vault which can't be parsed as JSON correctly.
Version 1.3.2
This release changes from emitting events for each log entry to instead emitting new spans, ensuring that these are exported in a timely fashion and simplifying analysis in realtime.
Version 1.3.1
This is a hotfix release for v1.3.0 which addresses issues with OTel emission.
Version 1.3.0
This release switches from AppInsights to OpenTelemetry (gRPC) as the primary means of emitting telemetry relating to Vault. This allows it to be used with a wide range of providers including Honeycomb, Lightstep, DataDog, Splunk, NewRelic and many others.
Configuration is performed using the OTEL_EXPORTER_OTLP_ENDPOINT
and OTEL_EXPORTER_OTLP_HEADERS
environment variables, as shown in the Terraform module.
Version 1.2.1
This release resolves an issue with the executable settings in v1.2.0 which prevented them from working correctly.