mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
chore: add todo
This commit is contained in:
@@ -7,6 +7,7 @@ import { ApiService } from 'src/app/services/api/embassy-api.service'
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class MetricsService extends Observable<Metrics> {
|
||||
// @TODO get real url, 'rpc/{guid}' or something like that
|
||||
private readonly metrics$ = inject(ApiService)
|
||||
.openMetricsWebsocket$({
|
||||
url: '',
|
||||
|
||||
Reference in New Issue
Block a user