mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fix typo
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
func LogMetricGauge(ctx context.Context, name string, value int) {
|
||||
log := titancommon.Logger(ctx)
|
||||
log.WithFields(logrus.Fields{
|
||||
"metric": name, "type": "count", "value": value}).Info()
|
||||
"metric": name, "type": "gauge", "value": value}).Info()
|
||||
}
|
||||
|
||||
func LogMetricCount(ctx context.Context, name string, value int) {
|
||||
|
||||
Reference in New Issue
Block a user