-
Notifications
You must be signed in to change notification settings - Fork 527
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
Metrics-generator production readiness #1303
Comments
Bug 🐛 : single-binary mode crashes due to duplicate metrics registration The metrics-generator and the compactor use the dskit BasicLifecycler. When run in single-binary modus, both lifecycler run in the same process and register the same metrics twice. We should tweak the dskit ring to ensure the metrics only get registered once: grafana/dskit#133
|
I think we can close this issue as we're not following this list. Feel free to re-open or tackle any of the items still left to be completed. |
A new component
metrics-generator
has been recently added to Tempo in #1282. But it's not considered production ready yet. This issue aims to list the additional work that is needed before its official release.The first implementation is based on design document #1206. The design document is, at the time of writing, open and we encourage everyone to take a look.
All feedback is highly appreciated. Feel free to do so in this issue, by pinging us (@kvrhdn and @mapno) at Slack, or by opening PRs with changes and proposals.
TODOs
The following list contains all tasks that we aim to complete before the component's official release. Tasks are divided by topic or area within Tempo.
Distributor
Trace format
Metrics generator
Spanmetrics processor
Service graphs processor
Metrics registry
Remote write
Parallelise write requestsMake remote write requests max size configurable.Operations
Documentation
The text was updated successfully, but these errors were encountered: