You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposes the retrieval of circuit metrics to the user via
`GET /v0/pipelines/{pipeline_name}/metrics`. The output format can be
specified via the `format` query parameter, with two formats currently
being supported: `prometheus` (default) and `json`.
This separate retrieval functionality is needed because metrics are no
longer included in the `/stats` endpoint response.
This commit does not change the underlying snapshot mechanism which
supplies the metrics, and as such does not improve or affect the
existing performance overhead it incurs.
Signed-off-by: Simon Kassing <simon.kassing@feldera.com>
0 commit comments