Skip to content

plugin: Init prometheus plugin #56

plugin: Init prometheus plugin

plugin: Init prometheus plugin #56

Triggered via pull request October 13, 2023 17:55
Status Failure
Total duration 3m 41s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (18.x)
Property 'state' does not exist on type 'unknown'.
build (18.x)
Property 'state' does not exist on type 'unknown'.
build (18.x)
Property 'state' does not exist on type 'unknown'.
build (18.x)
Type '{}' is missing the following properties from type '{ active: any; payload: any; label: any; }': active, payload, label
build (18.x)
Property 'prometheusPrefix' is missing in type '{ cpuQuery: string; memoryQuery: string; networkRxQuery: string; networkTxQuery: string; filesystemReadQuery: string; filesystemWriteQuery: string; query: string; autoRefresh: boolean; }' but required in type '{ query: string; prometheusPrefix: string; autoRefresh: boolean; }'.
build (18.x)
Property 'prometheusPrefix' is missing in type '{ cpuQuery: string; memoryQuery: string; networkRxQuery: string; networkTxQuery: string; filesystemReadQuery: string; filesystemWriteQuery: string; query: string; autoRefresh: boolean; }' but required in type '{ query: string; prometheusPrefix: string; autoRefresh: boolean; }'.
build (18.x)
Property 'prometheusPrefix' is missing in type '{ cpuQuery: string; memoryQuery: string; networkRxQuery: string; networkTxQuery: string; filesystemReadQuery: string; filesystemWriteQuery: string; rxQuery: string; txQuery: string; autoRefresh: boolean; }' but required in type '{ rxQuery: string; txQuery: string; prometheusPrefix: string; autoRefresh: boolean; }'.
build (18.x)
Property 'prometheusPrefix' is missing in type '{ cpuQuery: string; memoryQuery: string; networkRxQuery: string; networkTxQuery: string; filesystemReadQuery: string; filesystemWriteQuery: string; readQuery: string; writeQuery: string; autoRefresh: boolean; }' but required in type '{ readQuery: string; writeQuery: string; prometheusPrefix: string; autoRefresh: boolean; }'.
build (18.x)
Argument of type 'number' is not assignable to parameter of type 'string'.
build (18.x)
Expected 1 arguments, but got 2.