Skip to content

Commit

Permalink
Merge pull request #9769 from Icinga/docs/parse-performance-data
Browse files Browse the repository at this point in the history
Fix documentation for parse_performance_data DSL function
  • Loading branch information
julianbrost authored May 25, 2023
2 parents 07d2527 + 9463c93 commit 68cebc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/18-library-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,8 @@ Signature:
function parse_performance_data(pd)
```

Parses a performance data string and returns an array describing the values.
Parses a single performance data value from a string and returns a
[PerfdataValue](08-advanced-topics.md#advanced-value-types-perfdatavalue) object.

Example:

Expand Down

0 comments on commit 68cebc6

Please sign in to comment.