File tree Expand file tree Collapse file tree
www/docs/zettelkasten/infrastructure/monitoring Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ timer.record(() -> {
6969timer. record(Duration . ofMillis(123 ));
7070```
7171
72- ** Prometheus Export** : Becomes [[ prometheus_data_types#Histograms|Histogram ]] (default) or Summary
72+ ** Prometheus Export** : Becomes [[ prometheus_data_types]] Histogram (default) or Summary
7373- Exported as: ` http_request_duration_seconds_* `
7474- ` _count ` - total number of events
7575- ` _sum ` - total duration in seconds
@@ -167,7 +167,7 @@ summary.record(1024); // Record 1KB
167167summary. record(2048 ); // Record 2KB
168168```
169169
170- ** Prometheus Export** : Becomes [[ prometheus_data_types#Histograms|Histogram ]] or Summary (same as Timer, but for sizes not durations)
170+ ** Prometheus Export** : Becomes [[ prometheus_data_types]] Histogram or Summary (same as Timer, but for sizes not durations)
171171- Exported as: ` request_size_bytes_* `
172172- Same bucket/percentile behavior as Timer
173173
You can’t perform that action at this time.
0 commit comments