From 5ed988a813d77e731330671b32a79bf8851bbb8b Mon Sep 17 00:00:00 2001 From: Wendy Sosa Date: Wed, 19 Aug 2026 11:16:50 +0200 Subject: [PATCH 1/2] Update README.md Clarify this is the recommended approach from 2.2+ versions. --- opsagent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opsagent/README.md b/opsagent/README.md index d99ad1bb2..23af20955 100644 --- a/opsagent/README.md +++ b/opsagent/README.md @@ -1,6 +1,6 @@ # Ops Agent -With [Dataproc 2.2 image version](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-2.2), we recommend installing [Google Cloud Ops Agent](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent) to obtain system metrics. +For [Dataproc image versions 2.2](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-2.2) and higher , we recommend installing [Google Cloud Ops Agent](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent) to obtain system metrics. This initialization action will install the Ops Agent on a [Google Cloud Dataproc](https://cloud.google.com/dataproc) cluster and provide similar metrics as the [`--metric-sources=monitoring-agent-defaults`](https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#monitoring_agent_metrics) setting which was supported until Dataproc 2.1. [This page](https://cloud.google.com/monitoring/api/metrics_agent#oagent-vs-magent) highlights differences in metric collection between the Ops Agent and the legacy monitoring agent. From 924e048c8e7372a540d1d5e2291d46aafe066650 Mon Sep 17 00:00:00 2001 From: Wendy Sosa Date: Wed, 19 Aug 2026 11:42:55 +0200 Subject: [PATCH 2/2] Update README.md --- opsagent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opsagent/README.md b/opsagent/README.md index 23af20955..1c8d22ad4 100644 --- a/opsagent/README.md +++ b/opsagent/README.md @@ -1,6 +1,6 @@ # Ops Agent -For [Dataproc image versions 2.2](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-2.2) and higher , we recommend installing [Google Cloud Ops Agent](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent) to obtain system metrics. +For [Dataproc image versions 2.2 and later](https://docs.cloud.google.com/managed-spark/docs/concepts/versioning/image-version-lists) , we recommend installing [Google Cloud Ops Agent](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent) to obtain system metrics. This initialization action will install the Ops Agent on a [Google Cloud Dataproc](https://cloud.google.com/dataproc) cluster and provide similar metrics as the [`--metric-sources=monitoring-agent-defaults`](https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#monitoring_agent_metrics) setting which was supported until Dataproc 2.1. [This page](https://cloud.google.com/monitoring/api/metrics_agent#oagent-vs-magent) highlights differences in metric collection between the Ops Agent and the legacy monitoring agent.