fabric8io / jenkins-pipeline-library

a collection of reusable jenkins pipelines and pipeline functions
Apache License 2.0
275 stars 180 forks source link

prometheus.io/scrape": "true" default annotation should be changed to false or removed. #118

Open jmlambert78 opened 8 years ago

jmlambert78 commented 8 years ago

in the https://github.com/fabric8io/jenkins-workflow-library/blob/d52a71c27c6b316266893db8092130e5e54a9af7/vars/getKubernetesJson.groovy#L38-L40 the scrape value is true, where it should not be forced by default... It is generated /Get metrics from prometheus to all services, and is useless in numerous cases. JMarc