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 /.SRCINFO | |
| parent | 89bfa01436e0476b3a9457067599a6f4250dc649 (diff) | |
| download | google-cloud-ops-agent-git-dev.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 '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,11 +1,11 @@ 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.61.0.r9.gccfedc9126 + pkgver = 2.62.0.r8.g2289474b0b pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 arch = aarch64 - license = Apache License 2.0 + license = Apache-2.0 makedepends = cmake makedepends = git makedepends = go @@ -16,20 +16,21 @@ pkgbase = google-cloud-ops-agent-git makedepends = unzip makedepends = zip depends = libyaml - depends = jdk-openjdk + optdepends = jre-openjdk-headless: Collects JVM metrics exposed through JMX provides = google-cloud-ops-agent conflicts = stackdriver-collectd + backup = etc/google-cloud-ops-agent/config.yaml source = google-cloud-ops-agent-git::git+https://github.com/GoogleCloudPlatform/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-build-sh.patch - source = 0002-builds_otel.sh.patch + source = config.yaml sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP sha256sums = ba66d01b8058644597d9b406d3b8ce7ed40aed77c7358f2b97ff0e262a4cbb98 - sha256sums = aa5e5b1a27980a22a3c879a095909a20632af9eab614060e8d0f809028911a5f + sha256sums = 64d22051bc853097dd9c57396788275ce62b0ee58be79e6cfd7ff0261b1466aa pkgname = google-cloud-ops-agent-git |
