-
Notifications
You must be signed in to change notification settings - Fork 141
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
New usage reporting methods #807
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I see @sverdlov93 reviewed this PR already, I didn't review it, but I did notice the following and shared my suggestions below.
} | ||
|
||
func GetExpectedXrayEventName(productId, commandName string) string { | ||
return "server_" + productId + "_" + commandName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have the "server_" prefix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requested by the bi, all events in Xray that are not from the UI should have a prefix of "server_"
Improving usage reports by adding two new reporting usage methods:
Moved 'ValidateMinimumVersion' from core to this repository