Commit 56367fc4 authored by Matthias Käppler's avatar Matthias Käppler Committed by Alessio Caiazza

Adjust image scaler latency buckets

These looked misaligned. According to production logs, we currently serve 99% of all those requests in less than 200ms.
parent b5fc8c21
---
title: Adjust image scaling latency buckets
merge_request: 643
author:
type: other
......@@ -117,14 +117,14 @@ var (
Namespace: namespace,
Subsystem: subsystem,
Name: "duration_seconds",
Help: "Total seconds spent serving image resizing requests",
Help: "Breakdown of total time spent serving successful image resizing requests (incl. data transfer)",
Buckets: []float64{
0.025, /* 25ms */
0.050, /* 50ms */
0.1, /* 100ms */
0.2, /* 200ms */
0.4, /* 400ms */
0.8, /* 800ms */
1.6, /* 1600ms */
},
},
[]string{"content_type", "width"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment