Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 80abe4c

Browse files
authored
Add deployment name in standard resource spec. (#267)
1 parent fd4f43c commit 80abe4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resource/StandardResources.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ a compute instance resource, and/or an environment resource.
5151
| k8s.cluster.name | The name of the cluster that the pod is running in. | `opencensus-cluster` |
5252
| k8s.namespace.name | The name of the namespace that the pod is running in. | `default` |
5353
| k8s.pod.name | The name of the pod. | `opencensus-pod-autoconf` |
54+
| k8s.deployment.name | The name of the deployment. | `opencensus` |
5455

5556
## Compute Instance
5657
Resources defining a computing instance (e.g. host).

0 commit comments

Comments
 (0)