@@ -4,23 +4,23 @@ This module provides GCP resource detectors for OpenTelemetry.
4
4
5
5
The following OpenTelemetry semantic conventions will be detected:
6
6
7
- | Resource attribute | GCE | GKE | GCR | GCF | GAE |
8
- | ------------------ | --- | --- | --- | --- | --- |
9
- | cloud.platform | gcp_compute_engine | gcp_kubernetes_engine | gcp_cloud_run | gcp_cloud_run | gcp_app_engine |
10
- | cloud.provider | gcp | gcp | gcp | gcp | gcp |
11
- | cloud.account.id | auto | auto | auto | auto | auto |
12
- | cloud.availability_zone | auto | auto | auto | auto | auto |
13
- | cloud.region | auto | auto | auto | auto | auto |
14
- | host.id | auto | auto | | | |
15
- | host.name | auto | auto | | | |
16
- | host.type | auto | auto | | | |
17
- | k8s.pod.name | | downward API or auto | | | |
18
- | k8s.namespace.name | | downward API | | | |
19
- | k8s.container.name | | hardcoded (manual) | | | |
20
- | k8s.cluster.name | | auto | | | |
21
- | faas.name | | | auto | auto | auto |
22
- | faas.version | | | auto | auto | auto |
23
- | faas.instance | | | auto | auto | auto |
7
+ | Resource attribute | [ GCE] ( https://cloud.google.com/compute/docs ) | [ GKE] ( https://cloud.google.com/kubernetes-engine/docs ) | [ GCR] ( https://cloud.google.com/run/docs ) | [ GCF] ( https://cloud.google.com/functions/docs ) | [ GAE] ( https://cloud.google.com/appengine/docs ) |
8
+ | ------------------------- | ---------------------------------------------- | -------------------------------------------------------- | ------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
9
+ | cloud.platform | gcp_compute_engine | gcp_kubernetes_engine | gcp_cloud_run | gcp_cloud_functions | gcp_app_engine |
10
+ | cloud.provider | gcp | gcp | gcp | gcp | gcp |
11
+ | cloud.account.id | auto | auto | auto | auto | auto |
12
+ | cloud.availability_zone | auto | auto | auto | auto | auto |
13
+ | cloud.region | auto | auto | auto | auto | auto |
14
+ | host.id | auto | auto | | | |
15
+ | host.name | auto | auto | | | |
16
+ | host.type | auto | auto | | | |
17
+ | k8s.pod.name | | downward API or auto | | | |
18
+ | k8s.namespace.name | | downward API | | | |
19
+ | k8s.container.name | | hardcoded (manual) | | | |
20
+ | k8s.cluster.name | | auto | | | |
21
+ | faas.name | | | auto | auto | auto |
22
+ | faas.version | | | auto | auto | auto |
23
+ | faas.instance | | | auto | auto | auto |
24
24
25
25
## Downward API
26
26
0 commit comments