Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hisarbalik committed Feb 4, 2025
1 parent 47bd335 commit 7ed5ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The Telemetry gateways automatically enrich your data by adding the following at
- `cloud.availability_zone`: The zone where the node runs. The value is retrieved from node label `topology.kubernetes.io/zone`.
- Host attributes: The gateway automatically adds [host](https://opentelemetry.io/docs/specs/semconv/resource/host/) attributes to the telemetry data when data is available. The attribute values are based on the well-known Kubernetes labels available on the nodes.
- `host.type`: The machine type of the node. The value is retrieved from node label `node.kubernetes.io/instance-type`.
- `host.arch`: The architecture of the node. The value is retrieved from node label `kubernetes.io/arch`.
- `host.arch`: The CPU architecture of the system the node is running on. The value is retrieved from node label `kubernetes.io/arch`.

## Istio Support

Expand Down

0 comments on commit 7ed5ecf

Please sign in to comment.