Class: Google::Cloud::Monitoring::V3::Service::IstioCanonicalService
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Service::IstioCanonicalService
- 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
-
#canonical_service ⇒ ::String
The name of the canonical service underlying this service.
-
#canonical_service_namespace ⇒ ::String
The namespace of the canonical service underlying this service.
-
#mesh_uid ⇒ ::String
Identifier for the Istio mesh in which this canonical service is defined.
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.
165 166 167 168 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 165 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.
165 166 167 168 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 165 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.
165 166 167 168 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 165 class IstioCanonicalService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |