MCPcopy
hub / github.com/FlowiseAI/Flowise / IMetricsProvider

Interface IMetricsProvider

packages/server/src/Interface.Metrics.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IMetricsProvider {
2 getName(): string
3 initializeCounters(): void
4 setupMetricsEndpoint(): void
5 incrementCounter(counter: FLOWISE_METRIC_COUNTERS, payload: any): void
6}
7
8export enum FLOWISE_COUNTER_STATUS {
9 SUCCESS = 'success',

Callers 10

configMethod · 0.65
configMethod · 0.65
insertIntoVectorStoreFunction · 0.65
upsertDocStoreMiddlewareFunction · 0.65
upsertVectorFunction · 0.65
createToolFunction · 0.65
saveChatflowFunction · 0.65

Implementers 2

Prometheuspackages/server/src/metrics/Prometheus
OpenTelemetrypackages/server/src/metrics/OpenTeleme

Calls

no outgoing calls

Tested by

no test coverage detected