summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-21 14:25:05 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-21 14:25:05 +0400
commit2647bd0356e18dbb124f1883c99865616c42a89a (patch)
treedb50a4baa24dc820000e20e034c70b790012fbb6 /libs
parent28bb57889e5fe387687510ae654956667dea697a (diff)
change bucket and metrics
Diffstat (limited to 'libs')
-rw-r--r--libs/leash/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/leash/src/lib.rs b/libs/leash/src/lib.rs
index 29c8a63..b767e10 100644
--- a/libs/leash/src/lib.rs
+++ b/libs/leash/src/lib.rs
@@ -59,7 +59,7 @@ where
{
let meter = opentelemetry_otlp::new_pipeline()
.metrics(
- selectors::simple::histogram([1.0, 2.0, 5.0, 10.0, 20.0, 50.0]),
+ selectors::simple::histogram([0.1, 1.0, 2.0, 5.0, 10.0, 20.0, 50.0]),
stateless_temporality_selector(),
opentelemetry::runtime::Tokio,
)