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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Mar 19, 2019
1 parent 6106cf1 commit e1abd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/Gauge.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gauge Overview
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.

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

## Gauge API

Expand Down

0 comments on commit e1abd5f

Please sign in to comment.