Import metrics in Prometheus text format
POST/api/v1/import/prometheus
Write metrics in the Prometheus text exposition format.
This endpoint matches the VictoriaMetrics API of the same path, so a client that writes to VictoriaMetrics can send to Oodle after a change of base URL.
Send the request to the collector domain of your integration, not to the API domain. The path carries no tenant, so name the instance in the X-OODLE-INSTANCE header.
Example body:
# TYPE http_requests_total counter
http_requests_total{method="GET",code="200"} 1234
Required role: Admin or Data Ingestion
Request
Responses
- 204
- 400
- 401
- 403
- 429
- 500
- default
Metrics accepted
Missing instance header, or malformed body, query argument, or Content-Encoding
Missing or invalid API key
The API key does not carry an ingestion role
Ingestion rate limit exceeded
Internal server error
Support
If you need assistance or have any questions, please reach out to us through:
- Email at [email protected]