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

Automatically gather metrics about event listener invocations #1076

Open
odrotbohm opened this issue Feb 23, 2025 · 1 comment
Open

Automatically gather metrics about event listener invocations #1076

odrotbohm opened this issue Feb 23, 2025 · 1 comment
Assignees
Labels
in: observability Observability support type: enhancement Major enhanvements, new features

Comments

@odrotbohm
Copy link
Member

As of GH-1068, we automatically gather metrics about events published across module boundaries on the publishing side. It would be nice if we could also automatically monitor the state of event listeners handling them. Ideally, we'd calculate a success / error ratio as well.

@marcingrzejszczak — I think this should be pluggable into the standard cross-module invocation instrumentation we already have in ModuleEntryInterceptor, I am just not quite sure about the design of the metric. I'll push a branch with some initial refactoring of the overall infrastructure to a feature branch and craft a draft metric setup that's likely wrong but give a general impression what I want to achieve.

Related tickets

@odrotbohm odrotbohm added in: observability Observability support type: enhancement Major enhanvements, new features labels Feb 23, 2025
@odrotbohm odrotbohm self-assigned this Feb 23, 2025
@odrotbohm
Copy link
Member Author

The branch is now available here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: observability Observability support type: enhancement Major enhanvements, new features
Projects
None yet
Development

No branches or pull requests

1 participant