This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(metrics): Add "unknown" for dest labels on local replies
Because `destination_*` tags are generated at the request's destination, requests that invoke a local response from Envoy have no `destination_*` values. This change modifies Envoy to add the expected header keys with the value "unknown" to stay consistent with the behavior for requests that don't invoke a local reply. Signed-off-by: Jon Huhn <johuhn@microsoft.com>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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