tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 74 forks source link

Enable prometheus histogram metrics for API server #510

Closed sayan-biswas closed 1 year ago

sayan-biswas commented 1 year ago

Currently prometheus histograms are not enabled in the API server, which prevents us from monitoring latency distributions. Response time latencies are a great way to determine server performance.

Since this a high cardinality metrics, it is better to keep this optional for users.