Class: Google::Cloud::Monitoring::V3::Service::ClusterIstio

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

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.

Returns:

  • (::String)

    The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.



122
123
124
125
# File 'proto_docs/google/monitoring/v3/service.rb', line 122

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.

Returns:

  • (::String)

    The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.



122
123
124
125
# File 'proto_docs/google/monitoring/v3/service.rb', line 122

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.

Returns:

  • (::String)

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



122
123
124
125
# File 'proto_docs/google/monitoring/v3/service.rb', line 122

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.

Returns:

  • (::String)

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



122
123
124
125
# File 'proto_docs/google/monitoring/v3/service.rb', line 122

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