Skip to content

feat: actually record metrics #1137

Description

@tdakkota

ch.Client currently takes an option to set an OpenTelemetry MeterProvider, however it does not create any metrics.

Useful metrics ch.Client may provide:

  • Total number of written/read rows, packets and bytes, including compressed and uncompressed
  • Histogram of query latency

Useful metrics chpool may provide:

  • A gauge of idle/active connections
  • A counter of created/destroyed connections
  • Acquire time latency

Refs:

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions