newrelic / nri-winservices

Windows services Integration for New Relic Infrastructure
Apache License 2.0
8 stars 8 forks source link

Rename metrics name to the original name from the exporter #50

Closed gsanchezgavier closed 3 years ago

gsanchezgavier commented 3 years ago

Metric names should be renamed as:

windowsService.service.startMode > windows_service_start_mode windowsService.service.state > windows_service_state
windowsService.service.status > windows_service_status

Update the spec files to reflect the changes.