MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / getResourceLabels

Function getResourceLabels

pkg/controller/task.go:315–319  ·  view source on GitHub ↗
(ID string)

Source from the content-addressed store, hash-verified

313}
314
315func getResourceLabels(ID string) *prometheus.Labels {
316 labels := prometheus.Labels{}
317 labels[RuntimeIDLabel] = ID
318 return &labels
319}

Callers 1

processRuntimeStatsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected