-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add interface names into NSM metrics #768
Comments
I can't change the original description, so I'll post the actual state of the solution here. The solution is presented schematically in this diagram:
Thus, metrics related to NSC, NSE and Forwarder are printed in separate sections of the path. Some cases that may cause problems when reading this data:
All information can be found in the NSC request-response, for example Kernel2Memif use-case NSC logs:
I've posted more output examples here: networkservicemesh/sdk#1560 (comment) IMPORTANT NOTE
|
@VitalyGushin please take a look and confirm if you agree with the new details of the solution |
LGTM |
No interface names on memif clients (vl3 nses probably too) |
In the forwarder's "metrics" field add 4 interfaces as key-value pairs with the key names: "interface_client", "interface_client_fwd", "interface_endpoint", "interface_endpoint_fwd", and with a value in the format "interface-type/interface-name".
Example of a Connection:
The text was updated successfully, but these errors were encountered: