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
Is your feature request related to a problem? Please describe.
Create a new endpoint for metrics ingestion. The idea is to allow users to easily write their custom data into Prometheus, for example, by making a POST request with a defined JSON body that will be converted into Prometheus metrics on the fly.
Describe the solution you'd like
Required a new API for metrics ingestion. Once the server receives JSON data it should implement a Remote Write request.
Is your feature request related to a problem? Please describe.
Create a new endpoint for metrics ingestion. The idea is to allow users to easily write their custom data into Prometheus, for example, by making a POST request with a defined JSON body that will be converted into Prometheus metrics on the fly.
Describe the solution you'd like
Required a new API for metrics ingestion. Once the server receives JSON data it should implement a Remote Write request.
Describe alternatives you've considered
N/A
Additional context
input data JSON example:
output time-series example
The text was updated successfully, but these errors were encountered: