Skip to main content
Module

x/wmill/deps.ts>MetricsService

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
class MetricsService
import { MetricsService } from "https://deno.land/x/wmill@v1.291.3/deps.ts";

Static Methods

getJobMetrics(unnamed 0: { workspace: string; id: string; requestBody: { timeseries_max_datapoints?: number; from_timestamp?: string; to_timestamp?: string; }; }): CancelablePromise<{ metrics_metadata?: Array<MetricMetadata>; scalar_metrics?: Array<ScalarMetric>; timeseries_metrics?: Array<TimeseriesMetric>; }>

get job metrics