-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[receiver/purefa] Pure Storage FlashArray - Purity v6.6.11+ Native OpenMetrics Support #36251
[receiver/purefa] Pure Storage FlashArray - Purity v6.6.11+ Native OpenMetrics Support #36251
Conversation
Please add tests. |
@atoulme Tests have been added. Thank you. |
Hi @jpkrohling @atoulme I'm happy with this, and I've tested with a Pure FlashArray. Please let me know if there is anything else that is blocking the merge of this PR. Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the codeowners check failure can be ignored. Once the conflict is sorted out, this can be merged.
…enMetrics Support (open-telemetry#36251) This PR implements the changes required to scrape metrics from arrays with newer Purity versions. In Pure Storage FlashArray Purity version 6.6.11, they released a feature that allows OpenMetrics to be scraped directly from the array without the use of an OpenMetrics Exporter. These changes include - Enabling support to disable TLS Insecure Skip Verify if required (default is to verify) - Enabling support for the `namespace` HTTP param that is supported by the Purity OpenMetrics exporter. #### Link to tracking issue None <!--Describe what testing was performed and which tests were added.--> #### Testing Tests have been updated for the scraper and default configs for the new Namespace and TLSInsecureSkipVerify configurations. I have tested this with a live FlashArray running 6.6.11 #### Documentation The Readme was updated to show a new example of a scrape using Purity version 6.6.11+.
This PR implements the changes required to scrape metrics from arrays with newer Purity versions.
In Pure Storage FlashArray Purity version 6.6.11, they released a feature that allows OpenMetrics to be scraped directly from the array without the use of an OpenMetrics Exporter.
These changes include
namespace
HTTP param that is supported by the Purity OpenMetrics exporter.Link to tracking issue
None
Testing
Tests have been updated for the scraper and default configs for the new Namespace and TLSInsecureSkipVerify configurations.
I have tested this with a live FlashArray running 6.6.11
Documentation
The Readme was updated to show a new example of a scrape using Purity version 6.6.11+.