// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. package mlog import ( "github.com/mattermost/logr/v2" ) type Gauge = logr.Gauge type Counter = logr.Counter