PureStorage-OpenConnect / pure-fa-openmetrics-exporter

Pure Storage OpenMetrics exporter for FlashArray
Apache License 2.0
18 stars 26 forks source link

[bug] allow for , in alert json strings that are collected #109

Closed chrroberts-pure closed 4 months ago

chrroberts-pure commented 4 months ago

closes #108

Currently in alerts_collector.go we use the , breaker. There are some alerts in purity that in the issue include the , character, causing the map that is used to become malformed.

This change is to change the delimiter from , to /n to correct this issue.