Dash0 acquires Polar Signals

Edge Collectors

Retrieve settings for the organization identified by the provided Dash0 auth token

get/api/edge/settings

Returns the aggregate settings payload (dataset settings, signal-to-metrics rules, telemetry transformation rules, observed patterns, etc.) for the organization that owns the provided bearer token. Designed for edge collectors running in customer environments that need their full configuration in one request.

bash
Sample request
12
curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/edge/settings' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

Settings for the organization identified by the auth token.

object
stringrequired
SignalControlEdgeSettingsrequired

SignalControl configuration for the organization. When enabled is false, edge components switch to passthrough mode (no spam filtering, RED metrics, signal-to-metrics, tail sampling, or barker processing).

SignalControlMeteringSettings

Edge billing metering enforcement for the organization. Deliberately not in this schema's required list, unlike signalControlEdge: an absent object means warn mode, so absence has to stay expressible. Requiring it would also force a backfill for every existing organization, which the rollout does not need — each one receives an explicit value by the end of the transition window.

DatasetSettings[]required
TimeSeriesAggregationDefinition[]required
SamplingDefinition[]required
SourceMapIntegration[]required
SignalToMetricsDefinition[]required
TelemetryTransformationRuleDefinition[]required
ObservedPatternEntry[]