useOtelSystem
Datalayer Core / useOtelSystem
Function: useOtelSystem()
useOtelSystem(
options):object
Defined in: src/otel/hooks/index.ts:519
Fetch system statistics from /api/otel/v1/system/ (platform_admin).
Parameters
options
baseUrl?
string
token?
string
Returns
object
data
data:
OtelSystemData|null
error
error:
string|null
loading
loading:
boolean
refresh
refresh: () =>
void
Returns
void