MCPcopy
hub / github.com/livekit/livekit / RecordSignalResponseFailure

Function RecordSignalResponseFailure

pkg/telemetry/prometheus/node.go:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290}
291
292func RecordSignalResponseFailure() {
293 promMessageCounter.WithLabelValues("signal", "failure", "response").Add(1)
294}
295
296func RecordServiceOperationSuccess(op string) {
297 promServiceOperationCounter.WithLabelValues(op, "success", "").Add(1)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected