Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihaylovam committed Sep 19, 2023
1 parent 37775ad commit ea64cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/doc/query_language_metadata_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ taggify(<expression>, <newPointTagKey>, "<newPointTagValue>")
For example, to add a point tag `Physical location`, `Site B` use:

```
taggify(ts("vsphere.host.cpu.used.summation") and source="esxi-11", "Physical location", "Site B")
taggify(ts("vsphere.host.cpu.used.summation" and source="esxi-11"), "Physical location", "Site B")
```

![Output has table column header Physical location and column values Site B](images/taggify-site.jpeg)
Expand Down

0 comments on commit ea64cc9

Please sign in to comment.