Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit e1abd5f

Browse files
committed
fix typo
1 parent 6106cf1 commit e1abd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/Gauge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gauge Overview
22
A `Gauge` is used to record aggregated metrics that can go up and down. Typical examples of gauges would be the number of jobs/entries in a queue, number of threads in a running state or current memory usage etc.
33

4-
The `Gauge` values can be negative. This document describes the key types and the overall bahavior of API.
4+
The `Gauge` values can be negative. This document describes the key types and the overall behavior of API.
55

66
## Gauge API
77

0 commit comments

Comments
 (0)