newrelic / nri-winservices

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

fix to use entity registration #46

Closed gsanchezgavier closed 3 years ago

gsanchezgavier commented 3 years ago

Description

  1. Use the new entity type WIN_SERVICE
  2. Removes Inventory workarround for metadata
  3. Renames metrics to snake_case format
  4. Removes windowsService.entityName metadata used as workaround to filter charts. This field is aggregated by the backend

Fixes #45

Checklist:

paologallinaharbur commented 3 years ago

Can you fix conflicts rebasing?