Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Add actual statsd aggregator to tool #7

Open
johnseekins opened this issue Oct 13, 2022 · 0 comments
Open

Add actual statsd aggregator to tool #7

johnseekins opened this issue Oct 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@johnseekins
Copy link
Contributor

johnseekins commented Oct 13, 2022

Primary things:

  1. What example statsd implementation could we use? https://github.com/influxdata/telegraf/blob/master/plugins/inputs/statsd/statsd.go is pretty simple...
  2. How do we ensure we can use this or forward to another instance (to preserve backwards compatibility)
  3. the aggregated data should be persisted to disk so restarts don't lose our stats
  4. Since we're persisting, we need a way to delete stats we no longer want to emit
  5. We'll want to be able to in some way visualize the usage of our aggregator (likely stats that show how many values we have)
@johnseekins johnseekins added the enhancement New feature or request label Oct 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant