Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(s2n-quic-events): Adds metrics subscriber #2335

Merged
merged 6 commits into from
Sep 28, 2024
Merged

Conversation

maddeleine
Copy link
Contributor

@maddeleine maddeleine commented Sep 27, 2024

Resolved issues:

N/A

Description of changes:

Adds a Subscriber that can emit metrics for events. Also removes the "Arc" per field in the dc-quic events since it isn't needed. Also changed ordering to Relaxed for the dc-quic event counters.

Call-outs:

Testing:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

quic/s2n-quic-events/src/main.rs Show resolved Hide resolved
quic/s2n-quic-events/src/parser.rs Show resolved Hide resolved
quic/s2n-quic-events/src/parser.rs Outdated Show resolved Hide resolved
quic/s2n-quic-core/src/event/generated.rs Outdated Show resolved Hide resolved
camshaft
camshaft previously approved these changes Sep 27, 2024
Copy link
Contributor

@camshaft camshaft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@camshaft camshaft changed the title feat(s2n-quic-events) Adds metrics subscriber feat(s2n-quic-events): Adds metrics subscriber Sep 28, 2024
@camshaft camshaft enabled auto-merge (squash) September 28, 2024 00:18
@camshaft camshaft merged commit 246ba90 into main Sep 28, 2024
128 of 130 checks passed
@camshaft camshaft deleted the dc_quic_metrics branch September 28, 2024 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants