Skip to main content
Module

x/windmill/windmill-api/index.ts>MetricsService

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class MetricsService
import { MetricsService } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.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