Skip to content
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

Merged
merged 27 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e6e939f
enable namespaces
chrroberts-pure Nov 6, 2024
7ff2d28
Merge branch 'open-telemetry:main' into native_purefa
chrroberts-pure Nov 6, 2024
b86e73b
add namespace to config
chrroberts-pure Nov 6, 2024
3f9e36e
enable tls insecure for https scrapes
chrroberts-pure Nov 6, 2024
ff0c0e6
Create 36251-purefa-native-om-support.yaml
chrroberts-pure Nov 6, 2024
ef1ea5e
added namespace config and tls insecurity tests
chrroberts-pure Nov 7, 2024
99fe3e9
fix scraper test
chrroberts-pure Nov 7, 2024
cf6065e
Added Test for Scrape Protocols in Scraper
chrroberts-pure Nov 7, 2024
df32e1c
Merge branch 'main' into native_purefa
chrroberts-pure Nov 7, 2024
d42be01
correct scrape protocol
chrroberts-pure Nov 7, 2024
363b7b8
Merge branch 'native_purefa' of https://github.com/chrroberts-pure/op…
chrroberts-pure Nov 7, 2024
3fe7884
Merge branch 'main' into native_purefa
chrroberts-pure Nov 8, 2024
730a100
Merge branch 'open-telemetry:main' into native_purefa
chrroberts-pure Nov 25, 2024
6c880df
Update README.md
chrroberts-pure Nov 25, 2024
29e74e9
Merge branch 'main' into native_purefa
chrroberts-pure Nov 27, 2024
aa86063
Implement tlssettings strut maps
chrroberts-pure Nov 27, 2024
7662ade
Update scraper.go
chrroberts-pure Nov 27, 2024
03b98d3
Update factory.go
chrroberts-pure Nov 29, 2024
ce9db2c
Merge branch 'main' into native_purefa
chrroberts-pure Nov 29, 2024
2f506f1
go tidy
chrroberts-pure Dec 2, 2024
cefbb68
Merge branch 'main' into native_purefa
chrroberts-pure Dec 2, 2024
295b9d9
Merge branch 'main' into native_purefa
chrroberts-pure Dec 2, 2024
377d567
Update go.mod
chrroberts-pure Dec 2, 2024
96b2ecb
Merge branch 'main' into native_purefa
chrroberts-pure Dec 9, 2024
c052b55
update prom config
chrroberts-pure Dec 9, 2024
dd97a95
Merge branch 'main' into native_purefa
chrroberts-pure Dec 10, 2024
26fc945
Update go.mod
chrroberts-pure Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
correct scrape protocol
  • Loading branch information
chrroberts-pure committed Nov 7, 2024
commit d42be0174dfaad5a310bcee625344dbf4fca4ac0
2 changes: 1 addition & 1 deletion receiver/purefareceiver/internal/scraper.go
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ func (h *scraper) ToPrometheusReceiverConfig(host component.Host, _ receiver.Fac

scrapeConfig := &config.ScrapeConfig{
HTTPClientConfig: httpConfig,
ScrapeProtocols: config.DefaultGlobalConfig.ScrapeProtocols,
ScrapeProtocols: config.DefaultScrapeProtocols,
ScrapeInterval: model.Duration(h.scrapeInterval),
ScrapeTimeout: model.Duration(h.scrapeInterval),
JobName: fmt.Sprintf("%s/%s/%s", "purefa", h.scraperType, arr.Address),