weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Allow users to use custom config maps for components like weave's prometheus #213

Closed bricef closed 6 years ago

bricef commented 6 years ago

Problem: Our default configuration of prometheus scrapes everything by default. This results if exceptionally noisy logs. In addition, customers desire our prometheus to be configurable to scrape things outside of the cluster.

When manually changing the configmap, the launcher agent will reset the configuration back, erasing user changes.

How do we enable custom configuration of our launcher-shipped prometheus instance.

(usecase is monitoring a legacy mongodb cluster running outside K8s)

dlespiau commented 6 years ago

We have a couple of related issues:

Duplicate of #145 Duplicated of #78

Closing as duplicate, yes we want that :)