Class: Google::Cloud::Monitoring::V3::Service::IstioCanonicalService

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

Overview

Canonical 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

#canonical_service::String

Returns The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics.

Returns:

  • (::String)

    The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics.



157
158
159
160
# File 'proto_docs/google/monitoring/v3/service.rb', line 157

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

#canonical_service_namespace::String

Returns The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics.

Returns:

  • (::String)

    The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics.



157
158
159
160
# File 'proto_docs/google/monitoring/v3/service.rb', line 157

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

#mesh_uid::String

Returns Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics.

Returns:

  • (::String)

    Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics.



157
158
159
160
# File 'proto_docs/google/monitoring/v3/service.rb', line 157

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