Write Prometheus Batches

POST

Synchronously writes batches of records to a Nominal data source.

Has the same functionality as writeBatches, but is encoded using the Prometheus remote write format. We follow the specification defined here: https://prometheus.io/docs/specs/remote_write_spec/ There are a few notable caveats:

  1. Must be content encoded as application/x-protobuf
  2. Must be compressed using snappy compression

Path parameters

dataSourceRidstringRequired

Request

This endpoint expects binary data.
Built with