trieve-client 0.11.7

Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
Documentation
# \MetricsApi

All URIs are relative to *https://api.trieve.ai*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_metrics**]MetricsApi.md#get_metrics | **POST** /metrics | Get Prometheus Metrics



## get_metrics

> String get_metrics()
Get Prometheus Metrics

This route allows you to view the number of items in each queue in the Prometheus format.

### Parameters

This endpoint does not need any parameter.

### Return type

**String**

### Authorization

[X-API-KEY](../README.md#X-API-KEY)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain, application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)