tensorstore.experimental_push_metrics_to_prometheus(pushgateway: str = '', job: str = '', instance: str = '', metric_prefix: str = '') Future[int]

Publishes metrics to the prometheus pushgateway. See: https://github.com/prometheus/pushgateway

Parameters:
pushgateway: str = ''

prometheus pushgateway url, like ‘http://localhost:1234/

job: str = ''

prometheus job name

instance: str = ''

prometheus instance identifier

metric_prefix: str = ''

Prefix of the metric names to publish.

Returns:

A future with the response status code.