What problem does it solve?
This Skill assists in renaming, consolidating, or normalizing APM service names, ensuring consistent service mapping and accurate telemetry without the need for re-instrumentation.
Core Features & Use Cases
- Service Renaming: Rename services to align with internal conventions or to resolve service mapping issues.
- Service Consolidation: Merges multiple inferred service names into a single, unified service entry.
- Name Normalization: Strip unnecessary prefixes or suffixes from service names to standardize their format.
- Use Case: Imagine a situation where multiple services with similar names are generating too much noise in your APM dashboards. Use this Skill to consolidate these services into a single name, improving the readability of your metrics and traces.
Quick Start
Remap the 'payments' service to 'financing' with this command: pup apm service-remapping create --name financing --filter 'service:payments' --rule-type 0 --value 'financing'