Skip to content

Slowlog monitoring #33

@wooparadog

Description

@wooparadog

We should count how many requests are slow in corvus, and send it to statsd.

Thoughts:

For a specific $cluster, if one $cmd (like GET, SET...) has cost more than 10ms(can be configured),
increase the inmemory counter for that slow log category by 1. And send the combined result to statsd
every 10s

  1. statsd.corvus.$cluster.slow_query.$cmd
  2. statsd.corvus.$cluster.nodes.$node.slow_query.$cmd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions