Merge pull request #9769 from Icinga/docs/parse-performance-data

Fix documentation for parse_performance_data DSL function
This commit is contained in:
Julian Brost 2023-05-25 11:01:39 +02:00 committed by GitHub
commit 68cebc6bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: