Skip to content

Commit 9fa44be

Browse files
psx95robsunday
authored andcommitted
Fix incorrect cloud.platform value for GCF (open-telemetry#1454)
1 parent 11f2111 commit 9fa44be

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

gcp-resources/README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ This module provides GCP resource detectors for OpenTelemetry.
44

55
The following OpenTelemetry semantic conventions will be detected:
66

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 |
2424

2525
## Downward API
2626

0 commit comments

Comments
 (0)