Write Prometheus Batches
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:
- Must be content encoded as application/x-protobuf
- Must be compressed using snappy compression
Path parameters
dataSourceRid
Unique resource identifier for a NominalDataSource. Though named similarly to a DataSourceRid, a NominalDataSourceRid specifically refers To a NominalDataSource, which is a nominal hosted database for streaming writes.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects binary data.