aws-observability / observability-best-practices

Observability best practices on AWS
https://aws-observability.github.io/observability-best-practices/
MIT No Attribution
224 stars 69 forks source link

Essential Metrics - Incorrect metric definition #38

Closed meetreks closed 11 months ago

meetreks commented 1 year ago

API server request latency sum

ex: Value in the table: The response latency distribution in microseconds for each verb, resource and subresource Actual Definition: Cumulative Counter which tracks total time taken by the K8 API server to process requests.

awsimaya commented 1 year ago

Can you post the URL related to this issue here?

meetreks commented 1 year ago

https://aws-observability.github.io/observability-best-practices/guides/containers/oss/eks/best-practices-metrics-collection/

API server request latency sum | apiserver_request_latencies_sum | The response latency distribution in microseconds for each verb, resource and subresource -- | -- | --