Skip to content

Commit 1d0a07c

Browse files
committed
PMM-9146 add instead of assign labels
1 parent 873f1e2 commit 1d0a07c

File tree

1 file changed

+10
-11
lines changed
  • documentation/docs/admin/roles/access-control

1 file changed

+10
-11
lines changed

documentation/docs/admin/roles/access-control/labels.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,9 @@ Both standard and custom labels are persisted during the metrics collection proc
2222
| **Standard** | Service | service_type | mysql, mongodb, postgresql etc. |
2323
| **Custom** | Node, Service, Agent | Any string matching the regular expression: <br /> [a-zA-Z_][a-zA-Z0-9_]*. <br /> Also, it cannot start with two underscores.| owner="joe"<br/> _rack="12345"|
2424

25-
## Assigning labels
25+
## Adding labels
2626

27-
You can assign standard or custom labels while adding a service to monitoring in PMM.
28-
29-
## Modifying labels
30-
31-
Currently, PMM does not support modifying standard labels. To modify a standard label, you first need to remove the service and re-add it with a new set of standard labels.
32-
33-
However, you can modify custom labels of a service via an [API endpoint](https://percona-pmm.readme.io/reference/changeservice).
34-
35-
```bash
27+
You can add standard or custom labels while adding a service to monitoring in PMM.
3628

3729
### Using PMM UI
3830

@@ -53,4 +45,11 @@ To set the labels via the user interface:
5345

5446
### Using pmm-admin
5547

56-
You can also assign standard and custom labels using [pmm-admin](../../../use/commands/pmm-admin.md).
48+
You can also add standard and custom labels using [pmm-admin](../../../use/commands/pmm-admin.md).
49+
50+
51+
## Modifying labels
52+
53+
Currently, PMM does not support modifying standard labels. To modify a standard label, you first need to remove the service and re-add it with a new set of standard labels.
54+
55+
However, you can modify custom labels of a service via an [API endpoint](https://percona-pmm.readme.io/reference/changeservice).

0 commit comments

Comments
 (0)