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

Commit

Permalink
Add deployment name in standard resource spec. (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia authored Jun 19, 2019
1 parent fd4f43c commit 80abe4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource/StandardResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 80abe4c

Please sign in to comment.