Add Prometheus metrics and improve eventsManager observability#26
Open
danielgranhao wants to merge 3 commits intomainfrom
Open
Add Prometheus metrics and improve eventsManager observability#26danielgranhao wants to merge 3 commits intomainfrom
danielgranhao wants to merge 3 commits intomainfrom
Conversation
Update signSetLock calls to include the exclusive parameter and add SchemaVersion field to expected StoredRecord values.
- Add metrics HTTP server on configurable port (default 9091) - Register gRPC server metrics (unary + stream interceptors) - Define custom gauges/counters/histograms for sync observability - Update Go toolchain and bump dependencies - Configure Fly.io metrics endpoint
- Instrument subscriptions, notifications, and msgChan delay with Prometheus metrics - Use non-blocking sends to avoid stalling on full subscriber buffers - Add periodic stats logging (1-minute ticker) - Improve log messages with subscription counts - Add metrics integration tests
0018399 to
eec5ec2
Compare
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.
Summary
Fix test assertions for exclusive lock and schema version
signSetLockcalls to include theexclusiveparameterSchemaVersionfield to expectedStoredRecordvaluesAdd Prometheus metrics infrastructure and gRPC interceptors
/metricsHTTP endpoint on configurable port (default 9091)Improve eventsManager observability and resilience
msgChandelay with Prometheus metrics