Skip to content
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

add metrics #238

Open
mmatczuk opened this issue May 6, 2022 · 0 comments
Open

add metrics #238

mmatczuk opened this issue May 6, 2022 · 0 comments

Comments

@mmatczuk
Copy link
Contributor

mmatczuk commented May 6, 2022

  • Maximum of in-flight cql streams in the last 10 seconds.
  • Count of query attempts, per the following labels:
    • short name of the query
    • result of the query (success, query_arg_length, timeout_no_response, timeout_connections,
      connection_closed, no_streams, not_found, unavailable, no_hosts_available, no_metadata,
      context_canceled, context_deadline_exceeded, server_timeout, no_prepared_statement,
      invalid query (invalid or syntax error), unknown)
    • query attempt number (0 - initial, 1 - first retry etc.)
    • datacenter of the host where the query attempt was executed
  • Latency of queries.
  • Latency of establishing new connections.
  • Count how many times a connection has disconnected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant