Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
add .Inc()
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHumanz authored and dwisiswant0 committed Oct 31, 2020
1 parent ecef321 commit 93617a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/teler/teler.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func Analyze(options *common.Options, logs *gonx.Entry) (bool, map[string]string
if match {
getcwa.WithLabelValues(string(v.GetStringBytes("description")),
log["http_user_agent"], log["remote_addr"],
log["request_uri"], log["status"])
log["request_uri"], log["status"]).Inc()

break
}
Expand Down

0 comments on commit 93617a3

Please sign in to comment.