-
Notifications
You must be signed in to change notification settings - Fork 56
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 general security service metrics #374
Labels
enhancement
New feature or request
Milestone
Comments
lenny-goodell
pushed a commit
to lenny-goodell/go-mod-bootstrap
that referenced
this issue
Oct 5, 2022
applies to edgexfoundry#374 Signed-off-by: Leonard Goodell <[email protected]>
5 tasks
lenny-goodell
pushed a commit
to lenny-goodell/go-mod-bootstrap
that referenced
this issue
Oct 5, 2022
applies to edgexfoundry#374 Signed-off-by: Leonard Goodell <[email protected]>
lenny-goodell
pushed a commit
that referenced
this issue
Oct 5, 2022
applies to #374 Signed-off-by: Leonard Goodell <[email protected]>
5 tasks
vli11
added a commit
to vli11/go-mod-bootstrap
that referenced
this issue
Oct 19, 2022
closes: edgexfoundry#374 Signed-off-by: Valina Li <[email protected]>
vli11
added a commit
to vli11/go-mod-bootstrap
that referenced
this issue
Oct 19, 2022
closes: edgexfoundry#374 Signed-off-by: Valina Li <[email protected]>
Moving to backlog as focusing on breaking changes right now. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for SecretProvider andDescription [REQUIRED]
Add agreed upon Security Service Metrics that all services will inherit.
Describe the solution you'd like
Each metric name will be prefix with
Security
which allows them to be enable/disable in bulk. i.e.Security = true
or individuallySecuritySecretsRequested = true
,SecuritySecretsStored = true
Aggreged upon Security Service Metris are:
This issue will be used for multiple PRs to implement the above list. Check off each metric once they are implemented.
Code must be robust in respect to the MessageBus and MetricsManager dependencies so not to break the services that don't include them in their bootstrapping yet. App and Device services have the proper bootstrapping, but not all the Core and Support services do. The security services use bootstrapping but will not implement service metrics and thus must not be impacted. Separate PR(s) will be added to edgex-go to add the proper bootstrapping to those Core/Support services that are missing it.
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: