Conversation
This branch adds documentation for the new metrics added in linkerd/linkerd2-proxy#2377 and linkerd/linkerd2-proxy#2380.
adleong
reviewed
Apr 10, 2023
| * `parent_group`, `parent_kind`, `parent_name`, and `parent_namespace` reference | ||
| the parent resource through which the proxy discovered the route binding. | ||
| The parent resource of an HTTPRoute is generally a Service. | ||
| * `route_grouo`, `route_kind`, `route_name`, and `route_namespace` reference the |
adleong
reviewed
Apr 10, 2023
| * `route_grouo`, `route_kind`, `route_name`, and `route_namespace` reference the | ||
| route resource through which the proxy discovered the route binding. This will | ||
| either reference an HTTPRoute resource or a default (synthesized) route. | ||
| * `backend_grouo`, `backend_kind`, `backend_name`, and `backend_namespace` |
hawkw
commented
Apr 10, 2023
Comment on lines
+242
to
+243
| When performing policy-based routing, proxies may dispatch requests through | ||
| per-route backend configurations. In order to record how routing rules |
Contributor
Author
There was a problem hiding this comment.
would be nice if this linked to the HTTPRoute docs once they land
Comment on lines
+277
to
+278
| reestablished), or when the endpoint has been made unavailable by failure | ||
| accrual. |
Contributor
Author
There was a problem hiding this comment.
would be nice if this linked to the failure accrual docs once #1598 lands
adleong
approved these changes
Apr 10, 2023
cratelyn
added a commit
that referenced
this pull request
Nov 14, 2025
the documentation of our proxy metrics has not kept pace with all of the exciting telemetry that has been introduced since #1599 documented the state of our authorization policy metrics. this commit reworks the documentation to exhaustively document the families of metrics exported by the proxy. this commit does not introduce mention of the _inbound_ metrics that have been added, but does rename this section to "_Endpoint Metrics_" in order to be compatible with the future addition of `inbound_http_route_*`, `inbound_http_route_backend_*`, `inbound_grpc_route*`, and `inbound_grpc_route_backend_*` metrics. see: * linkerd/linkerd2-proxy#2377 * linkerd/linkerd2-proxy#2380 * linkerd/linkerd2-proxy#3086 * linkerd/linkerd2-proxy#3308 * linkerd/linkerd2-proxy#3334 Signed-off-by: katelyn martin <kate@buoyant.io>
kflynn
pushed a commit
that referenced
this pull request
Nov 20, 2025
* feat(proxy-metrics): document outbound policy routing metrics the documentation of our proxy metrics has not kept pace with all of the exciting telemetry that has been introduced since #1599 documented the state of our authorization policy metrics. this commit reworks the documentation to exhaustively document the families of metrics exported by the proxy. this commit does not introduce mention of the _inbound_ metrics that have been added, but does rename this section to "_Endpoint Metrics_" in order to be compatible with the future addition of `inbound_http_route_*`, `inbound_http_route_backend_*`, `inbound_grpc_route*`, and `inbound_grpc_route_backend_*` metrics. see: * linkerd/linkerd2-proxy#2377 * linkerd/linkerd2-proxy#2380 * linkerd/linkerd2-proxy#3086 * linkerd/linkerd2-proxy#3308 * linkerd/linkerd2-proxy#3334 Signed-off-by: katelyn martin <kate@buoyant.io> * chore(markdownlint): allow duplicate "labels" headers Signed-off-by: katelyn martin <kate@buoyant.io> --------- Signed-off-by: katelyn martin <kate@buoyant.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch adds documentation for the new metrics added in linkerd/linkerd2-proxy#2377 and linkerd/linkerd2-proxy#2380.