Class: Google::Cloud::Monitoring::V3::Service::MeshIstio

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_uid::String

Returns 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.



141
142
143
144
# File 'proto_docs/google/monitoring/v3/service.rb', line 141

class MeshIstio
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_name::String

Returns 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.



141
142
143
144
# File 'proto_docs/google/monitoring/v3/service.rb', line 141

class MeshIstio
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_namespace::String

Returns 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.



141
142
143
144
# File 'proto_docs/google/monitoring/v3/service.rb', line 141

class MeshIstio
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end