cURL
curl --request POST \ --url http://localhost:4318/v1/metrics \ --header 'Content-Type: application/json' \ --data '{}'
{ "partialSuccess": { "rejectedDataPoints": 0 } }
POST /v1/metrics
Accepted (may include partialSuccess for rejected data points)
The response is of type object.
object