chore(release): bump version to 0.8.0 - #103
Merged
Merged
Conversation
Lockstep bump of all three crates (aviso-server, aviso-validators, aviso-ecpds) and the path-dep version pins in the root Cargo.toml, as required by the publish-crate.yaml verify-tag step. Substantive change since 0.7.1 (PR #102): Push-based OTLP log export - New logging.otlp config block (enabled, endpoint, protocol grpc|http). tracing events are bridged into the OTel logs SDK and shipped to a collector over OTLP; stdout JSON logging is unchanged and remains the fallback surface. Export runs on a background batch thread and the provider is flushed on shutdown. - Redaction guard on the push path: bodies get the stdout pattern redaction; records carrying sensitive attribute keys or credentialed URLs are withheld from export entirely. - Export health counters on the Prometheus endpoint: aviso_otlp_export_failures_total and aviso_otlp_suppressed_log_records_total. - Resource identity (service.name/version, k8s.namespace.name, k8s.pod.name) plus OTEL_RESOURCE_ATTRIBUTES merge via the SDK env detector for collector routing attributes. - Public API change: telemetry::get_subscriber now returns the subscriber plus an optional OTLP provider handle, in a Result. Tag will be pushed as '0.8.0' (no v-prefix) after merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lockstep bump of aviso-server, aviso-validators, and aviso-ecpds to 0.8.0 plus the path-dep version pins, per the publish-crate verify-tag requirement.
Substantive change since 0.7.1: push-based OTLP log export (#102) —
logging.otlpconfig block, gRPC/HTTP transports, redaction guard, export health counters,OTEL_RESOURCE_ATTRIBUTESsupport. Public API note:telemetry::get_subscribersignature changed (returns subscriber + optional OTLP provider handle in aResult).Tag
0.8.0(no v-prefix) will be pushed after merge to trigger the image release and crate publish workflows.Docs Preview
https://sites.ecmwf.int/docs/aviso-server/pull-requests/PR-103