-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Use Elasticsearch histogram type to store Prometheus histograms #17061
Commits on Mar 21, 2020
-
Allow to override already defined metricsets
This is useful when we want to have different behaviors between flavours
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 8758921 - Browse repository at this point
Copy the full SHA 8758921View commit details -
Refactor Prometheus module to accommodate newer uses
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 0de2208 - Browse repository at this point
Copy the full SHA 0de2208View commit details -
Add new Prometheus skeleton for basic types usage
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for fc72602 - Browse repository at this point
Copy the full SHA fc72602View commit details -
Add typed schema to Prometheus module
This should make room for using different Elasticsearch types depending on the Prometheus metric
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for e9b2782 - Browse repository at this point
Copy the full SHA e9b2782View commit details -
Convert Prometheus histograms to ES histograms
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 06bdb1d - Browse repository at this point
Copy the full SHA 06bdb1dView commit details -
Disable sorting, it's not needed
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 8820af6 - Browse repository at this point
Copy the full SHA 8820af6View commit details -
Handle counter cache start/stop
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 3fbac0b - Browse repository at this point
Copy the full SHA 3fbac0bView commit details -
Carlos Pérez-Aradros Herce committed
Mar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for d5486d5 - Browse repository at this point
Copy the full SHA d5486d5View commit details -
Do config warnings on start (not config) time
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for cf92843 - Browse repository at this point
Copy the full SHA cf92843View commit details -
Carlos Pérez-Aradros Herce committed
Mar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f84fb1 - Browse repository at this point
Copy the full SHA 2f84fb1View commit details -
Carlos Pérez-Aradros Herce committed
Mar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for e76e792 - Browse repository at this point
Copy the full SHA e76e792View commit details -
Carlos Pérez-Aradros Herce committed
Mar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 85e9799 - Browse repository at this point
Copy the full SHA 85e9799View commit details -
Update x-pack/metricbeat/module/prometheus/collector/histogram.go
Co-Authored-By: Chris Mark <chrismarkou92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a75753b - Browse repository at this point
Copy the full SHA a75753bView commit details -
Carlos Pérez-Aradros Herce committed
Mar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for f05f1ce - Browse repository at this point
Copy the full SHA f05f1ceView commit details -
Merge branch 'master' into prometheus-histograms
Carlos Pérez-Aradros Herce committedMar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 1350da3 - Browse repository at this point
Copy the full SHA 1350da3View commit details -
Carlos Pérez-Aradros Herce committed
Mar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for ade341e - Browse repository at this point
Copy the full SHA ade341eView commit details -
Carlos Pérez-Aradros Herce committed
Mar 21, 2020 Configuration menu - View commit details
-
Copy full SHA for e5adae4 - Browse repository at this point
Copy the full SHA e5adae4View commit details
Commits on Mar 23, 2020
-
Carlos Pérez-Aradros Herce committed
Mar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 70ea284 - Browse repository at this point
Copy the full SHA 70ea284View commit details -
Carlos Pérez-Aradros Herce committed
Mar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 2265921 - Browse repository at this point
Copy the full SHA 2265921View commit details -
Carlos Pérez-Aradros Herce committed
Mar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b0bc04 - Browse repository at this point
Copy the full SHA 0b0bc04View commit details
Commits on Mar 24, 2020
-
Carlos Pérez-Aradros Herce committed
Mar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 25cf597 - Browse repository at this point
Copy the full SHA 25cf597View commit details -
Carlos Pérez-Aradros Herce committed
Mar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 969c233 - Browse repository at this point
Copy the full SHA 969c233View commit details -
Carlos Pérez-Aradros Herce committed
Mar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 78d1941 - Browse repository at this point
Copy the full SHA 78d1941View commit details -
Carlos Pérez-Aradros Herce committed
Mar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 174b4fa - Browse repository at this point
Copy the full SHA 174b4faView commit details -
Update metricbeat/module/prometheus/collector/_meta/docs.asciidoc
Co-Authored-By: Jaime Soriano Pastor <jaime.soriano@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for 5716c4e - Browse repository at this point
Copy the full SHA 5716c4eView commit details -
Update metricbeat/module/prometheus/collector/collector.go
Co-Authored-By: Jaime Soriano Pastor <jaime.soriano@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for de1973f - Browse repository at this point
Copy the full SHA de1973fView commit details -
Update x-pack/metricbeat/module/prometheus/collector/data.go
Co-Authored-By: Jaime Soriano Pastor <jaime.soriano@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for d4bb333 - Browse repository at this point
Copy the full SHA d4bb333View commit details -
Merge branch 'master' into prometheus-histograms
Carlos Pérez-Aradros Herce authoredMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for adeb3c8 - Browse repository at this point
Copy the full SHA adeb3c8View commit details -
Update x-pack/metricbeat/module/prometheus/collector/counter.go
Co-Authored-By: Jaime Soriano Pastor <jaime.soriano@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for 2325fc7 - Browse repository at this point
Copy the full SHA 2325fc7View commit details -
Update metricbeat/module/prometheus/collector/_meta/docs.asciidoc
Co-Authored-By: Jaime Soriano Pastor <jaime.soriano@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for 906876f - Browse repository at this point
Copy the full SHA 906876fView commit details -
Reuse prometheus docker-compose
Carlos Pérez-Aradros Herce committedMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 7c89bf3 - Browse repository at this point
Copy the full SHA 7c89bf3View commit details -
Carlos Pérez-Aradros Herce committed
Mar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for fc5e461 - Browse repository at this point
Copy the full SHA fc5e461View commit details -
Carlos Pérez-Aradros Herce committed
Mar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f4470cf - Browse repository at this point
Copy the full SHA f4470cfView commit details -
Carlos Pérez-Aradros Herce committed
Mar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for fff3faf - Browse repository at this point
Copy the full SHA fff3fafView commit details