Skip to content

Commit 90282e0

Browse files
Update pipeline/processors/labels.md
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 54d2d24 commit 90282e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/processors/labels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ processors.
2020
| update | Update an existing key with a value into metrics. The key/value pair is required. If the specified key doesn't exist, the operation silently fails and has no effect. |
2121
| insert | Insert a new key with a value into metrics. The key/value pair is required. |
2222
| upsert | Upsert a specific key with a value, the `upsert` operation will try to update the value of the key. If the key does not exist, the key will be created. The key-value pair is required. |
23-
| delete | Delete a key from the labels of metrics. The key-value pair is required. If the specified key does not exist, the operation is silently failed and no effect. |
24-
| hash | Replace the key value with a hash generated by the SHA-256 algorithm from the specified label name, the binary value generated is finally set as an hex string representation. |
23+
| delete | Delete a key from the labels of metrics. The key/value pair is required. If the specified key doesn't exist, the operation silently fails and has no effect. |
24+
| hash | Replace the key value with a hash generated by the SHA-256 algorithm from the specified label name. The generated binary value is set as a hex string. |
2525

2626
#### Update example
2727

0 commit comments

Comments
 (0)