Class: Google::Cloud::Monitoring::V3::Service::ClusterIstio
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Service::ClusterIstio
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type.
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
The name of the Kubernetes cluster in which this Istio service is defined.
-
#location ⇒ ::String
The location of the Kubernetes cluster in which this Istio service is defined.
-
#service_name ⇒ ::String
The name of the Istio service underlying this service.
-
#service_namespace ⇒ ::String
The namespace of the Istio service underlying this service.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns The name of the Kubernetes cluster in which this Istio service is
defined. Corresponds to the cluster_name
resource label in
k8s_cluster
resources.
141 142 143 144 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 141 class ClusterIstio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The location of the Kubernetes cluster in which this Istio service is
defined. Corresponds to the location
resource label in k8s_cluster
resources.
141 142 143 144 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 141 class ClusterIstio 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.
141 142 143 144 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 141 class ClusterIstio 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.
141 142 143 144 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 141 class ClusterIstio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |