netdata-cloud
netdata-cloud copied to clipboard
[Feat]: ability to rename or add prefix or suffix to nodes based on host labels
Problem
i have 2 k8s nodes - one is an airflow scheduler and one is an airflow worker node - at the moment i have no way to tell them apart by their name in NC

Description
I would like the ability to rename or add a "display name" or label in NC based on everything NC knows about the nodes. Some ideas
- ability to add prefic or suffix based on host labels.
- ability to apply a regex on any of the host labels and derive a new name based on that.
Importance
must have
Value proposition
- so i can easily understand what each node is based on its name
Proposed implementation
No response