diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-26 03:49:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-26 03:49:06 +0700 |
| commit | f7290baac6b2e54d08342f43c2df746a69aeb230 (patch) | |
| tree | cafedbcd29d534427d4d9f5fad36bea071440668 /config.yaml | |
| parent | 89bfa01436e0476b3a9457067599a6f4250dc649 (diff) | |
| download | google-cloud-ops-agent-git-master.tar.xz | |
Changes,
* Set the license using SPDX license name
* Remove the jdk-openjdk from depends.
The OpenJDK is optional and only needed if user want to collect
JVM metrics through [JMX]
* Install the minimum config.yaml that collect logging using
systemd_journald
* Remove patching builds/otel.sh since we can pass the GO_BIN environment
variable before running it.
[JMX]: https://docs.cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/jvm
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..402be29 --- /dev/null +++ b/config.yaml @@ -0,0 +1,8 @@ +logging: + receivers: + syslog: + type: systemd_journald + service: + pipelines: + default_pipeline: + receivers: [syslog] |
