Home
last modified time | relevance | path

Searched defs:label_values (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dfake_stats_plugin.h283 uint64_t value, absl::Span<const absl::string_view> label_values, in AddCounter()
307 absl::Span<const absl::string_view> label_values, in AddCounter()
322 uint64_t value, absl::Span<const absl::string_view> label_values, in RecordHistogram()
337 double value, absl::Span<const absl::string_view> label_values, in RecordHistogram()
351 int64_t value, absl::Span<const absl::string_view> label_values, in SetGauge()
365 double value, absl::Span<const absl::string_view> label_values, in SetGauge()
400 absl::Span<const absl::string_view> label_values, in GetCounterValue()
411 absl::Span<const absl::string_view> label_values, in GetCounterValue()
422 absl::Span<const absl::string_view> label_values, in GetHistogramValue()
433 absl::Span<const absl::string_view> label_values, in GetHistogramValue()
[all …]
H A Dfake_stats_plugin.cc97 absl::Span<const absl::string_view> label_values, in MakeLabelString()
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/otel/
H A Dotel_plugin.cc94 absl::Span<const absl::string_view> label_values, in NPCMetricsKeyValueIterable()
273 int64_t value, absl::Span<const absl::string_view> label_values, in Report()
302 double value, absl::Span<const absl::string_view> label_values, in Report()
592 uint64_t value, absl::Span<const absl::string_view> label_values, in AddCounter()
616 double value, absl::Span<const absl::string_view> label_values, in AddCounter()
640 uint64_t value, absl::Span<const absl::string_view> label_values, in RecordHistogram()
666 double value, absl::Span<const absl::string_view> label_values, in RecordHistogram()
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dmetrics.h291 absl::Span<const absl::string_view> label_values, in AddCounter()
301 absl::Span<const absl::string_view> label_values, in RecordHistogram()
312 absl::Span<const absl::string_view> label_values, in SetGauge()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_xent_op.cc38 const auto label_values = labels.vec<Index>(); in CheckInvalidLabelIndex() local
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/
H A Dmetric.proto149 repeated LabelValue label_values = 1; field
/aosp_15_r20/external/googleapis/google/monitoring/v3/
H A Dmetric.proto149 repeated LabelValue label_values = 1; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/src/opencensus/proto/metrics/v1/
Dmetrics.proto136 repeated LabelValue label_values = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-openapi/opencensus/proto/agent/metrics/v1/
Dmetrics_service.swagger.json530 "label_values": { object
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/otel/
H A Dotel_plugin_test.cc55 T label_keys, T label_values, in PopulateLabelMap()