Skip to content

Commit

Permalink
Merge pull request #957 from wavefrontHQ/mariela-bug-fixes
Browse files Browse the repository at this point in the history
Fixing the taggify example per feedback from eng
  • Loading branch information
mmihaylovam authored Sep 19, 2023
2 parents 434717c + ea64cc9 commit 2f59743
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("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 2f59743

Please sign in to comment.