plugin: Init prometheus plugin #56
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.
|