Skip to main content

Supported Data Types:

📈 Metrics

Configuration

FieldTypeDefaultRequiredDescription
NameStringnonetrueUnique identifier within Sawmills.
EndpointStringnonetrueThe target URL to send Prometheus data to.
NamespaceStringnonetruePrefix attached to each exported metric name.

Advanced Options

FieldTypeDefaultRequiredDescription
Additional HeadersnoneNoAdditional headers attached to each HTTP request.
External LabelsnoneNoMap of labels names and values to be attached to each metric data point..
Timeout (seconds)30YesSeconds to wait per individual attempt to send data to a backend.
Max Batch Size (bytes)3000000YesMaximum size of a batch of samples to be sent to the remote write endpoint. If the batch size is larger than this value, it will be split into multiple batches..
Note the following headers cannot be changed: Content-Encoding, Content-Type, X-Prometheus-Remote-Write-Version, and User-Agent..