Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Add actual statsd aggregator to tool #7

Description

@johnseekins

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions