* Fix default values for prometheus-operator remoteRead/Write
Signed-off-by: Sam Song <ssong@sumologic.com>
* Bump up version
Signed-off-by: Sam Song <ssong@sumologic.com>
* [stable/prometheus-operator] add support for pod annotations
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
bump versions and ran hack/update-ci.sh
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
undo appVersion bump
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
updated README.md
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* [stable/prometheus-operator] add support for pod annotations
bump Chart version again
Signed-off-by: Ben Pehling <shinjipehling@gmail.com>
* Update grafana to a newer version in requirements.yaml of stable/prometheus-operator
Signed-off-by: Jens Van Duyse <jens.van.duyse@theglue.com>
* Bumped version, generated requirements.lock for new version
Signed-off-by: Jens Van Duyse <jens.van.duyse@theglue.com>
* Bumped chart version
Signed-off-by: Jens Van Duyse <jens.van.duyse@theglue.com>
* Generated requirements.lock with higher version of Grafana
Signed-off-by: Jens Van Duyse <jens.van.duyse@theglue.com>
* Update defaults for scraping cluster components
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Remove custom scrape intervals
These were not consistent in some cases (kubelet http vs https
configuration). The best-practice for this is to allow the config
to come from prometheus's default.
Added configuration options to specify custom durations if overrides
are desired
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fix kubelet secure configuration relabellings
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Add hack/minikube
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Update README.md with changes to defaults
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* chmod
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fix up minikube
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fix monitors when using defaults
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Update contributing.md
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
In the case alertingEndpoints is used, not every deployment may require an alertmanager with it. Prometheus will throw an alert in this case unless the rule is manually removed. This will just exlude the rule automatically should alertmanager be disabled.
Signed-off-by: Brian Nutt <brian@slice.com>
* [stable/prometheus-operator] Possibility to add grafana datasources
Signed-off-by: Ondrej Kuchar <ondrej.kuchar@pan-net.eu>
* [stable/prometheus-operator] add additionalDataSources to ci dir
Signed-off-by: Ondrej Kuchar <ondrej.kuchar@pan-net.eu>
* Fix a few typeos in stable/prometheus-operator/README.md
Signed-off-by: Matt Pursley <mpursley@gmail.com>
* Bump the version to 4.3.4
Signed-off-by: Matt Pursley <mpursley@gmail.com>
* added additional ports option for prometheus-operator prometheus service
Signed-off-by: GIBSON, NICHOLAS R <ng560p@us.att.com>
* updated version, readme, fixed data type, added ci values
Signed-off-by: GIBSON, NICHOLAS R <ng560p@us.att.com>
* trailing spaces
Signed-off-by: GIBSON, NICHOLAS R <ng560p@us.att.com>
* bumped version to 2.2.7
Signed-off-by: GIBSON, NICHOLAS R <ng560p@us.att.com>
* bumped version to 3.0.1
Signed-off-by: GIBSON, NICHOLAS R <ng560p@us.att.com>
* fixed merge conflict with appVersion
Signed-off-by: GIBSON, NICHOLAS R <ng560p@us.att.com>
* Bump component versions
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Fix readme docs for namespaceSelector
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Expand on components that come with the chart
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Upgrade grafana to fix side-car race condition
This is a major version bump due to the requirement of the grafana
chart to run a newer version of the dashboard/datasource sidecars
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Add migration info for coreos chart to readme
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Move additionalPrometheusrules to prometheus
- Fix broken indentation
- This component is not alertmanager specific
- Since this PR has a major version change, so it is appropriate to
make this configuration change also
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* [stable/prometheus-operator] Bump node exporter version
Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>
* Update .lock
Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>
* Update chart version
Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>
* Add ability to drop metrics from cAdvisor
Tons and tons of them are useless.
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
* Add values to files
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
This commit allows the specification of custom PrometheusRule
resources via alertmanager.additionalPrometheusRules.
To assist the implementation, the ServiceMonitor manifest has also been
updated to remove the v1 List type, which was subsequently clobbered.
Signed-off-by: Ash Caire <ash.caire@gmail.com>
Currently an empty ruleSelector or ruleNamespaceSelector does not select
all PrometheusRules or Namespaces respectively. Fix the prometheus
template to allow empty ruleSelector and ruleNamespaceSelector.
Signed-off-by: Nick Troast <ntroast@gmail.com>
* allow to configure operator log level
Signed-off-by: Itay Shakury <itay@itaysk.com>
* bump chart version again after rebase
Signed-off-by: Itay Shakury <itay@itaysk.com>
* Add vsliouniaev to approvers, reviewers
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Bump chart vers
Seems strange, to have to bump for things in the ignore file
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* [stable/prometheus-operator] allow setting sessionAffinity on prometheus service
Signed-off-by: Till Kahlbrock <till.kahlbrock@gmail.com>
* bump chart version
Signed-off-by: Till Kahlbrock <till.kahlbrock@gmail.com>
* Removed duplicate nodePort in prometheus service
Signed-off-by: Benjamin Lee <benjamintllee@hotmail.com>
* Bumped version
Signed-off-by: Benjamin Lee <benjamintllee@hotmail.com>
* [stable/prometheus-operator] Merged upstream master and bumped version again
Signed-off-by: Benjamin Lee <benjamintllee@hotmail.com>
* condition each alerts
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* add documentation
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* remove double space
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* add kubernetesAbsent
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* fix condition on sync prometheus rules
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* run sync scripts to get new rules
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* update grafana dashboard
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* add rules configuration in test-values
Signed-off-by: Mathieu Herbert <mherbert@talend.com>