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

Add deployment name in standard resource spec. #267

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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