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

Monitored Resource: replace gke_container with k8s_container in Stackdriver. #1445

@mayurkale22

Description

@mayurkale22

The names of the monitored resource types used by Kubernetes have changed. Link: https://cloud.google.com/monitoring/kubernetes-engine/migration#resource_type_changes

Current (old) release type: gke_container, Beta (new) release type: k8s_container

Resource label changes: The labels in the new monitored resource types are slightly different from the labels used in the current support. Examples: namespace_id -> namespace_name, pod_id -> pod_name and zone -> location.

The labels in the new monitored resource types are slightly different from the labels used in the older types. The set of resource labels for k8s_container: cluster_name, container_name, namespace_name, location, pod_name (no instance_id).

/cc @fabxc @bogdandrutu

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions