From 80abe4c67b5322ba6f2254c105d4967f0f46ea99 Mon Sep 17 00:00:00 2001 From: rghetia Date: Wed, 19 Jun 2019 11:39:56 -0700 Subject: [PATCH] Add deployment name in standard resource spec. (#267) --- resource/StandardResources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/StandardResources.md b/resource/StandardResources.md index 600d627..6de9ff9 100644 --- a/resource/StandardResources.md +++ b/resource/StandardResources.md @@ -51,6 +51,7 @@ a compute instance resource, and/or an environment resource. | k8s.cluster.name | The name of the cluster that the pod is running in. | `opencensus-cluster` | | k8s.namespace.name | The name of the namespace that the pod is running in. | `default` | | k8s.pod.name | The name of the pod. | `opencensus-pod-autoconf` | +| k8s.deployment.name | The name of the deployment. | `opencensus` | ## Compute Instance Resources defining a computing instance (e.g. host).