[Core Contracts] Remove old common Metrics DTO and route constant
Closed this issue ยท 0 comments
lenny-goodell commented
๐ Feature Request
Relevant Package [REQUIRED]
This feature request is for old Metrics capabilityDescription [REQUIRED]
The old Metrics capability has been removed from all servicesDescribe the solution you'd like
I Remove all unused code related to the old Metrics capabilityOld DTOs:
- https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/dtos/common/metrics.go
- https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/dtos/common/base.go#L95-L102
Constant:
Client code:
- https://github.com/edgexfoundry/go-mod-core-contractsmain//clients/http/common.go#L38
- https://github.com/edgexfoundry/go-mod-core-contracts/main/clients/interfaces/common.go#L19
- https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/clients/interfaces/general.go#L19
- https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/clients/http/general.go#L37