aboutsummaryrefslogtreecommitdiff
path: root/src/zentelemetry/stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zentelemetry/stats.cpp')
-rw-r--r--src/zentelemetry/stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zentelemetry/stats.cpp b/src/zentelemetry/stats.cpp
index fcfcaf45e..a417bb52c 100644
--- a/src/zentelemetry/stats.cpp
+++ b/src/zentelemetry/stats.cpp
@@ -631,7 +631,7 @@ EmitSnapshot(const HistogramSnapshot& Snapshot, CbObjectWriter& Cbo)
{
Cbo << "t_count" << Snapshot.Count << "t_avg" << Snapshot.Avg;
Cbo << "t_min" << Snapshot.Min << "t_max" << Snapshot.Max;
- Cbo << "t_p75" << Snapshot.P75 << "t_p95" << Snapshot.P95 << "t_p99" << Snapshot.P999;
+ Cbo << "t_p75" << Snapshot.P75 << "t_p95" << Snapshot.P95 << "t_p99" << Snapshot.P99 << "t_p999" << Snapshot.P999;
}
void