metric.Export 인터페이스 변경
This commit is contained in:
@ -29,6 +29,7 @@ type MetricDescription struct {
|
||||
type Exporter interface {
|
||||
RegisterMetric(*MetricDescription)
|
||||
UpdateMetric(string, float64)
|
||||
Shutdown()
|
||||
}
|
||||
|
||||
type MetricWriter interface {
|
||||
|
||||
Reference in New Issue
Block a user