Skip to main content

Supported Data Types

📈 Metrics

Configuration

FieldTypeRequiredDefault ValueDescription
NameStringtruenoneUnique identifier within Sawmills
AddressStringtrue${env:MY_POD_IP}Address to which the Prometheus Remote-Write source should bind.
PortStringtrue9090Port to which the Prometheus Remote-Write source should bind.

Advanced Options

FieldTypeDefaultRequiredDescription
Forward X-Scope-OrgID HeaderBooleantruetrueWhen enabled, the incoming X-Scope-OrgID header is preserved. This is often required for multi-tenant authentication to work properly.
The pod’s IP address is retrieved by defining an environment variable MY_POD_IP from the pod’s status field status.podIP. You can access this value using ${env:MY_POD_IP} in your configuration to dynamically reference the pod’s IP at runtime.