Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::Service::MeshIstio (v0.7.1)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::Service::MeshIstio.

Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mesh_uid

def mesh_uid() -> ::String
Returns
  • (::String) — Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.

#mesh_uid=

def mesh_uid=(value) -> ::String
Parameter
  • value (::String) — Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
Returns
  • (::String) — Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.

#service_name

def service_name() -> ::String
Returns
  • (::String) — The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

#service_name=

def service_name=(value) -> ::String
Parameter
  • value (::String) — The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
Returns
  • (::String) — The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

#service_namespace

def service_namespace() -> ::String
Returns
  • (::String) — The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.

#service_namespace=

def service_namespace=(value) -> ::String
Parameter
  • value (::String) — The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
Returns
  • (::String) — The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.