-
Notifications
You must be signed in to change notification settings - Fork 4
Track go fm package usage and version by env var #52
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
Conversation
| LoadBalancingEnabledTag = "LB" | ||
|
|
||
| // Feature flag usage tracing | ||
| FMPackageName = "FEATURE_MANAGEMENT_GO" |
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.
suggest using MS_FEATURE_MANAGEMENT_GO_VERSION for reasons:
- Adding scoped
MS_prefix to minimize the chance of conflict. A general name is easier to be overwriten or misused. - Its value is actually a version number, hence including
VERSION
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.
updated
|
|
||
| // Feature flag usage tracing | ||
| FMPackageName = "FEATURE_MANAGEMENT_GO" | ||
| FMVersionKey = "FMGoVersion" |
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.
FMGoVer? we use abbr Ver in other keys.
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.
Junbo suggests using FMGoVer as key name, not sure what key we use in other languages. please consider it, the key point is consistency.
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.
Oh I see, updated to FMGoVer. (JS: FMJsVer, AspNetCore: FMANCVer)
|
approved |
No description provided.