Dash0 Raises $110M Series B at $1B Valuation

Last updated: August 7, 2026

Metric Attributes

Attributes that Dash0 can add to metrics or the associated resources.

Attributes:

KeyStabilityTypeDescriptionExample Values
dash0.auth.token StablestringLast 7 digits of the authentication token used to submit the telemetry to Dash0. [1]abc1234
dash0.operator.collector_managed_by StablestringA marker attribute for telemetry collected by the Dash0 Kubernetes operator. [2]dash0-operator
dash0.operator.collector_role StablestringThe type of collector that collected the telemetry for this resource. [3]daemonset; deployment
dash0.operator.uid StablestringA UUID uniquely identifying the operator installation that produced the telemetry. [4]e70c4b03-7e8d-432d-b2cd-addff593076e
dash0.operator.version StablestringThe version of the Dash0 Kubernetes operator which collected the telemetry. [5]0.135.0
dash0.resource.hash StablestringHash over all resource attributes of the incoming telemetry payload. [6]9283745019283745019
dash0.resource.id StablestringUnique identifier for the resource in Dash0. [7]12958705279560104980
dash0.resource.name StablestringHuman-readable name for the resource. [8]my-service-pod-abc123; checkout-service
dash0.resource.type StablestringClassification of the resource kind. [9]k8s.pod; k8s.deployment; host; container; aws.lambda; gcp.cloud.run; vercel.project; browser
otel.metric.name StablestringThe metric instrument name.http.server.request.duration; process.cpu.time
otel.metric.overflow StablebooleanIndicates that cardinality limits were exceeded and some attributes were dropped.
otel.metric.type StablestringThe OTel metric instrument type.sum; gauge; histogram; exponential_histogram; summary
otel.metric.unit StablestringThe metric unit of measurement.s; By; 1; {request}
otel.scope.name StablestringThe name of the instrumentation scope - (InstrumentationScope.Name in OTLP).io.opentelemetry.contrib.mongodb
otel.scope.version StablestringThe version of the instrumentation scope - (InstrumentationScope.Version in OTLP).1.0.0

[1] dash0.auth.token: Set at ingestion time by the Dash0 backend. Useful for identifying which token was used when multiple authentication tokens are in use.

[2] dash0.operator.collector_managed_by: The collectors managed by the Dash0 Kubernetes operator add this resource attribute to all telemetry. If set, the value is always "dash0-operator".

[3] dash0.operator.collector_role: The Dash0 Kubernetes operator manages two types of OpenTelemetry collectors, a DaemonSet for node-local telemetry and a Deployment for collecting Kubernetes events and cluster-wide metrics. This attribute shows which collector type collected a particular telemetry signal. If set, the value is either "daemonset" or "deployment". Coalesced resources might combine telemetry from the DaemonSet collector as well as the Deployment collector, hence they might have both values.

[4] dash0.operator.uid: The collectors managed by the Dash0 Kubernetes operator add this resource attribute to all telemetry. It is stable across the life-time of the cluster.

[5] dash0.operator.version: The collectors managed by the Dash0 Kubernetes operator add this resource attribute to all telemetry.

[6] dash0.resource.hash: Computed at ingestion time by hashing all resource attributes in a deterministic (sorted) order. It is the most fine-grained resource identifier: each unique set of resource attributes produces a different hash.

See resource equality for how dash0.resource.hash relates to dash0.resource.id.

[7] dash0.resource.id: Computed at ingestion time by applying resource equality rules. Two telemetry items with the same dash0.resource.id are considered to originate from the same logical resource, even if their full attribute sets differ.

[8] dash0.resource.name: Derived at ingestion time from resource attributes using a precedence hierarchy (e.g., Kubernetes pod name, container name, service name). Can be overridden by setting the attribute before telemetry reaches Dash0.

See identify resources by name and type.

[9] dash0.resource.type: Assigned at ingestion time based on the presence of technology-specific resource attributes. For example, the presence of k8s.pod.uid results in type k8s.pod.

See identify resources by name and type.