concourse / hush-house

Concourse k8s-based environment
https://hush-house.pivotal.io
29 stars 23 forks source link

metrics: disable capture error logs #79

Open cirocosta opened 4 years ago

cirocosta commented 4 years ago

Hey,

Given that we have the ability to leverage Stackdriver's log-based metrics (see

78 ), we might as well go forward with not leveraging the Concourse-based

conversion of error logs to metrics (concourse/concourse#2754) anymore (as we'd never consume those from Prometheus - stackdriver would already give us).

To do so, we can disable it here:

https://github.com/concourse/hush-house/blob/a14d0832ecac5753c138a9287e12a3be375cc1a5/deployments/with-creds/hush-house/values.yaml#L76

https://github.com/concourse/hush-house/blob/a14d0832ecac5753c138a9287e12a3be375cc1a5/deployments/with-creds/ci/values.yaml#L95

ps.: this depends on #78.

Thanks!