• /
  • EnglishEspañolFrançais日本語한국어Português
  • ログイン今すぐ開始

Google Cloud Service Mesh (Istio) monitoring integration

New Relic integrations with the Google Cloud Platform (GCP) include one that reports Google Cloud Service Mesh (Istio) data to New Relic. This document explains how to activate the GCP Cloud Service Mesh integration and describes the data it reports.

Features

Cloud Service Mesh is Google Cloud's managed service mesh, built on Istio. New Relic Cloud Service Mesh integration collects the Istio service telemetry emitted by your meshed workloads: inbound and outbound request counts, request and response sizes, and server and client-side latency distributions.

This integration is scoped to Cloud Run workloads enrolled in Cloud Service Mesh. Istio telemetry from GKE sidecar workloads (the istio_canonical_service monitored resource) isn't collected by this integration.

Activate integration

重要

This integration is available only when you connect your GCP project with Workload Identity Federation. It isn't available for service account or user account connections.

To enable the integration, follow standard procedures to connect your GCP service to New Relic with Workload Identity Federation.

Polling frequency

New Relic integrations query your GCP services according to a polling interval that varies by integration. The polling frequency for Google Cloud Service Mesh is 5 minutes. The resolution is 1 data point every minute.

Workload Identity Federation

Find and use data

All Cloud Service Mesh metrics available in GCP Cloud Monitoring are collected as dimensional metrics in the Metric event type.

This integration doesn't create entities in the New Relic entity explorer. Query its metrics directly on the Metric event type, for example:

FROM Metric SELECT count(*) WHERE metricName LIKE 'gcp.istio.io.%' FACET metricName

Metrics carry the resource labels of the underlying Cloud Run revision, so you can facet by service name, revision name, and location without an entity.

Metric data

The distribution metrics above (request_bytes, response_bytes, response_latencies, roundtrip_latencies) are also available as .p50, .p95, and .p99 percentile metrics. For example, gcp.istio.io.service.server.response_latencies.p99.

For more on Istio service telemetry, see Google's Cloud Service Mesh observability documentation.

Copyright © 2026 New Relic株式会社。

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.