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 4800d43 commit a05de09Copy full SHA for a05de09
README_zh.md
@@ -75,7 +75,7 @@ func main() {
75
76
```go
77
gaugeMetric := &ginmetrics.Metric{
78
- Type: ginmetrics.Counter,
+ Type: ginmetrics.Gauge,
79
Name: "example_gauge_metric",
80
Description: "an example of gauge type metric",
81
Labels: []string{"label1"},
0 commit comments