mirror of https://github.com/linkerd/linkerd2.git
Previously we were using the instance label to uniquely identify a pod. This meant that getting stats by pod name would require extra queries to Kubernetes to map pod name to instance. This change adds a pod_name label to metrics at collection time. This should not affect cardinality as pod_name is invariant with respect to instance. Signed-off-by: Andrew Seigner <siggy@buoyant.io> |
||
---|---|---|
.. | ||
images | ||
README.md | ||
adding-your-service.md | ||
debugging-an-app.md | ||
get-involved.md | ||
getting-started.md | ||
overview.md | ||
prometheus.md | ||
proxy-metrics.md | ||
roadmap.md |
README.md
The documentation here is published at https://conduit.io/docs/ when each version is released. The version of the documentation in GitHub should always match the code in the same branch. For example, when a pull request changes the behavior of a documented feature, the pull request should change the documentation here to match the new behavior.