Skip to content

Export metrics to grafana or Prometheus using statsd #1336

@eladamittai

Description

@eladamittai

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

Problem

The telemetry metrics are good, but at least as far as I know, not many people use posthog. I think there could be a more standardized way of exporting metrics in an accessible and flexible way for people to use.

Solution

Use statsd. It's a product that pushes metrics to a time series db. It's right for the plugin usecase because instead of an exporter that needs to know where to pull the metrics from, it pushes them to the db. That way, people can use grafana or other platforms to create their own dashboards based on these metrics. Also, from what I know, statsd is pretty simple to implement, so the overhead of adding it would be rather small.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind:enhancementIndicates a new feature request, imrovement, or extensionstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions