Skip to content

Adding kubernates.podIp to the transaction #1336

Open
@CoderLan0668

Description

@CoderLan0668

String podUid = System.getenv("KUBERNETES_POD_UID"); String podName = System.getenv("KUBERNETES_POD_NAME"); String nodeName = System.getenv("KUBERNETES_NODE_NAME"); String namespace = System.getenv("KUBERNETES_NAMESPACE");
the agent can collect some information about the pod or the node in K8S, but the pod name or the pod uid are not obvious enough to find where the transaction from.

If the agent collect the pod ip, we can acheive these easily, as the pod ip is more obvious than the pod name or the pod uid, right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussOpen discussions that do not require (yet) code changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions