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

Minimize performance overhead for metric collection #217

Merged

Conversation

attilakreiner
Copy link
Contributor

Description

Chaining MessageConsumers and MetricHandlers allows optimal composition of metrics and stream handlers, with zero overhead when no metrics are collected, and minimal overhead when metrics are collected.

Fix #213

@jfallows jfallows linked an issue Apr 21, 2023 that may be closed by this pull request
@jfallows jfallows merged commit e6e90e2 into aklivity:feature/telemetry-metrics Apr 21, 2023
@attilakreiner attilakreiner deleted the perf-overhead branch April 21, 2023 19:58
jfallows added a commit that referenced this pull request May 12, 2023
* Add stream metrics spec and impl projects

* Add http metrics spec and impl projects

* Add metrics modules to incubator docker image

* Metrics schema, extensibility, storage and command line support (#173)

* Create incubator projects for exporter-prometheus.spec and exporter-prometheus

* Engine support to exporters (#202)

* Fix metrics command, find layout files in the engine dir (#204)

* Prometheus Exporter (#203)

* Minimize performance overhead for metric collection (#217)

* Remove zilla load command (#223)

* Introducing Stream Direction to Optimize Metric Collection (#224)

* Add http.active.requests and http.duration metrics (#227)

---------

Co-authored-by: Attila Kreiner <[email protected]>
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.

Minimize on-stack performance overhead of metrics recording
2 participants