-
Notifications
You must be signed in to change notification settings - Fork 9
include port names in SDT probes #99
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
Comments
New output with port names.
|
Fixed in 1cada72. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that things are moving further along, and we will increasingly have more than one guest running on a given host, it's time to add the port name to the various SDT probes so that an operator can more easily distinguish which port the data relates to. It would also be nice if this scripts could have a way to pass a port as argument as a filtering method.
Here's an example of the
opte-rule-match.d
script running. In this case we are seeing matching rules happening for two different ports/guests on the same host. In this example it's kind of easy to understand what's going on since it's just a ping between two guests; but this will quickly become overbearing without the ability to at least know which port each line applies to. Eventually we'll probably also want the ability to filter on other properties like various parts of the flow and such, but for now I think just starting with the port name is enough.The text was updated successfully, but these errors were encountered: