Add app and version labels #121

Merged
Starefossen merged 3 commits from refs/pull/121/head into master 2021-03-01 12:20:56 +00:00
Starefossen commented 2021-02-23 13:31:28 +00:00 (Migrated from gitea.com)

This pull request adds the app and version labels that are used by Istio.

Pods with app and version labels: We recommend adding an explicit app label and version label to the specification of the pods deployed using a Kubernetes Deployment. The app and version labels add contextual information to the metrics and telemetry that Istio collects.

  • The app label: Each deployment should have a distinct app label with a meaningful value. The app label is used to add contextual information in distributed tracing.

  • The version label: This label indicates the version of the application corresponding to the particular deployment.

From https://istio.io/latest/docs/ops/deployment/requirements/#pod-requirements

This pull request adds the `app` and `version` labels that are used by Istio. > Pods with app and version labels: We recommend adding an explicit app label and version label to the specification of the pods deployed using a Kubernetes Deployment. The app and version labels add contextual information to the metrics and telemetry that Istio collects. > > * The app label: Each deployment should have a distinct app label with a meaningful value. The app label is used to add contextual information in distributed tracing. > > * The version label: This label indicates the version of the application corresponding to the particular deployment. From https://istio.io/latest/docs/ops/deployment/requirements/#pod-requirements
luhahn commented 2021-02-23 15:56:00 +00:00 (Migrated from gitea.com)

Thanks for the PR! I will test your changes tomorrow :)

Thanks for the PR! I will test your changes tomorrow :)
luhahn (Migrated from gitea.com) reviewed 2021-02-24 08:09:30 +00:00
luhahn (Migrated from gitea.com) left a comment

Not sure if this really is what we want

Not sure if this really is what we want
luhahn (Migrated from gitea.com) approved these changes 2021-02-24 14:15:38 +00:00
lafriks (Migrated from gitea.com) approved these changes 2021-03-01 12:20:31 +00:00
Sign in to join this conversation.
No description provided.