influxdata / influxdata/docs-v2
Review of monitor.check() example
Open
alerts
Flux
product:v2
product:v2-cloud
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
_Describe the issue here._
Had a conflict arise with the example under the example shown on the attached URL. It seems the `${r._value}` in the error message needs to be cast as a string `${string(v: r._value)} ` to prevent an error from being thrown. Not sure if a new Flux update changed this but would appreciate a sanity check.
##### Relevant URLs
- https://docs.influxdata.com/influxdb/v2.0/reference/flux/stdlib/monitor/check/#monitor-disk-usage
##### What products and version are you using?
InfluxDB Cloud
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.