meter: initial wrapper import (#19)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-18 14:35:10 +03:00
committed by GitHub
parent d23ca8db73
commit 20ff5eed22
2 changed files with 87 additions and 74 deletions

View File

@@ -63,15 +63,6 @@ func Address(value string) Option {
}
}
/*
// Labels be added to every metric
func Labels(labels []string) Option {
return func(o *Options) {
o.Labels = labels
}
}
*/
/*
// TimingObjectives defines the desired spread of statistics for histogram / timing metrics:
func TimingObjectives(value map[float64]float64) Option {