diff options
| author | Shulhan <ms@kilabit.info> | 2021-12-02 22:30:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-12-02 22:30:45 +0700 |
| commit | a57f3fc30dc1f8c933f39d2c37792fa03d8c3ab9 (patch) | |
| tree | f2cfb796a2c980c54c39a01b6fd9a3d57e815e10 /.SRCINFO | |
| parent | 978cbd3d7815623a24135c925852a28da6bfe80d (diff) | |
| download | google-cloud-ops-agent-git-a57f3fc30dc1f8c933f39d2c37792fa03d8c3ab9.tar.xz | |
all: add patch to minimize unnecessary logs
Currently, running default otelopscol (opentelemetry-operations-collector)
will thrown the errors as described in [1].
This patch fix it by removing scraper "process" and "processes" from
hostmetrics and by changing default log level from "info" to "error".
[1] https://cloud.google.com/logging/docs/agent/ops-agent/troubleshooting#log-spam
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = google-cloud-ops-agent-git pkgdesc = Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) pkgver = 2.7.0.r7.g43187fc - pkgrel = 1 + pkgrel = 2 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 license = Apache License 2.0 @@ -16,10 +16,12 @@ pkgbase = google-cloud-ops-agent-git source = fluent-bit::git+https://github.com/fluent/fluent-bit.git source = opentelemetry-operations-collector::git+https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector.git source = opentelemetry-java-contrib::git+https://github.com/open-telemetry/opentelemetry-java-contrib.git + source = 0001-apps-hostmetrics.patch md5sums = SKIP md5sums = SKIP md5sums = SKIP md5sums = SKIP md5sums = SKIP + md5sums = a5cbb09890214d1c14a2cf33267808c5 pkgname = google-cloud-ops-agent-git |
