Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
type
MetricInterface
interface
{
6
// MetricKey 指标对象
7
MetricKey(key string) string
8
9
// MetricValue 指标值
10
MetricValue(value string) (result int64, ok bool)
Callers
1
Add
Method · 0.65
Implementers
3
testObj
internal/metrics/task_kv_test.go
taskRequest
internal/metrics/task_kv_test.go
HTTPRequest
internal/nodes/http_request.go
Calls
no outgoing calls
Tested by
no test coverage detected