Files
aetos/doc/source/contributor/api.rst
Jaromir Wysoglad 7c89d7e213 Add first iteration of documentation
This is about the most of documentation I could come up with
at this moment. I tried to follow other telemetry component
documentation, to have similar structure.

Change-Id: Ic1e7fffad33f56f15122ec57cea565b7829c4693
2025-06-16 09:10:04 -04:00

1.3 KiB

Aetos API

Aetos API is currently a minimal subset of Prometheus API as required by the observabilityclient and Watcher.

Regular API

aetos.controllers.api.v1.label:LabelController

aetos.controllers.api.v1.labels:LabelsController

aetos.controllers.api.v1.query:QueryController

aetos.controllers.api.v1.series:SeriesController

aetos.controllers.api.v1.status:StatusController

aetos.controllers.api.v1.targets:TargetsController

Admin API

aetos.controllers.api.v1.admin.tsdb.clean_tombstones:CleanTombstonesController

aetos.controllers.api.v1.admin.tsdb.delete_series:DeleteSeriesController

aetos.controllers.api.v1.admin.tsdb.snapshot:SnapshotController