MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / MetricKey

Method MetricKey

internal/metrics/metric_interface.go:7–7  ·  view source on GitHub ↗

MetricKey 指标对象

(key string)

Source from the content-addressed store, hash-verified

5type MetricInterface interface {
6 // MetricKey 指标对象
7 MetricKey(key string) string
8
9 // MetricValue 指标值
10 MetricValue(value string) (result int64, ok bool)

Callers 1

AddMethod · 0.65

Implementers 3

testObjinternal/metrics/task_kv_test.go
taskRequestinternal/metrics/task_kv_test.go
HTTPRequestinternal/nodes/http_request.go

Calls

no outgoing calls

Tested by

no test coverage detected