MCPcopy Create free account
hub / github.com/NativeScript/firebase / getMetrics

Method getMetrics

packages/firebase-performance/common.ts:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 getAttribute(attribute: string): string | null;
17 getMetric(metricName: string): number;
18 getMetrics(): { [key: string]: number };
19 incrementMetric(metricName: string, incrementBy: number): void;
20 putAttribute(attribute: string, value: string): void;
21 putMetric(metricName: string, value: number): void;

Callers

nothing calls this directly

Implementers 3

Tracepackages/firebase-performance/index.an
Tracepackages/firebase-performance/index.io
Tracepackages/firebase-performance/index.d.

Calls

no outgoing calls

Tested by

no test coverage detected