We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5230ac8 commit 4800d43Copy full SHA for 4800d43
README.md
@@ -86,7 +86,7 @@ And you should define a `Gauge` Metric first,
86
87
```go
88
gaugeMetric := &ginmetrics.Metric{
89
- Type: ginmetrics.Counter,
+ Type: ginmetrics.Gauge,
90
Name: "example_gauge_metric",
91
Description: "an example of gauge type metric",
92
Labels: []string{"label1"},
0 commit comments