| /third_party/grpc/src/cpp/ext/otel/ |
| D | otel_client_call_tracer.cc | 207 RecordAnnotation(absl::string_view /*annotation*/) { in RecordAnnotation() function in grpc::internal::OpenTelemetryPluginImpl::ClientCallTracer::CallAttemptTracer 212 RecordAnnotation(const Annotation& /*annotation*/) { in RecordAnnotation() function in grpc::internal::OpenTelemetryPluginImpl::ClientCallTracer::CallAttemptTracer 295 void OpenTelemetryPluginImpl::ClientCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenTelemetryPluginImpl::ClientCallTracer 300 void OpenTelemetryPluginImpl::ClientCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenTelemetryPluginImpl::ClientCallTracer
|
| D | otel_server_call_tracer.h | 107 void RecordAnnotation(absl::string_view /*annotation*/) override { in RecordAnnotation() function 111 void RecordAnnotation(const Annotation& /*annotation*/) override { in RecordAnnotation() function
|
| /third_party/grpc/src/python/grpcio_observability/grpc_observability/ |
| D | client_call_tracer.cc | 62 void PythonOpenCensusCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer 70 void PythonOpenCensusCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer 357 RecordAnnotation(absl::string_view annotation) { in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer::PythonOpenCensusCallAttemptTracer 365 RecordAnnotation(const Annotation& annotation) { in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer::PythonOpenCensusCallAttemptTracer
|
| D | server_call_tracer.cc | 237 void PythonOpenCensusServerCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc_observability::PythonOpenCensusServerCallTracer 245 void PythonOpenCensusServerCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc_observability::PythonOpenCensusServerCallTracer
|
| /third_party/grpc/src/core/ext/transport/chttp2/transport/ |
| D | call_tracer_wrapper.h | 60 void RecordAnnotation(absl::string_view /*annotation*/) override {} in RecordAnnotation() function 61 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function
|
| /third_party/grpc/test/core/end2end/tests/ |
| D | http2_stats.cc | 123 void RecordAnnotation(absl::string_view /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon076aa40b0111::FakeCallTracer::FakeCallAttemptTracer 124 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon076aa40b0111::FakeCallTracer::FakeCallAttemptTracer 155 void RecordAnnotation(absl::string_view /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon076aa40b0111::FakeCallTracer 156 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon076aa40b0111::FakeCallTracer 220 void RecordAnnotation(absl::string_view /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon076aa40b0111::FakeServerCallTracer 221 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon076aa40b0111::FakeServerCallTracer
|
| /third_party/grpc/src/cpp/ext/filters/census/ |
| D | client_filter.cc | 279 void OpenCensusCallTracer::OpenCensusCallAttemptTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer::OpenCensusCallAttemptTracer 287 void OpenCensusCallTracer::OpenCensusCallAttemptTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer::OpenCensusCallAttemptTracer 374 void OpenCensusCallTracer::RecordAnnotation(absl::string_view annotation) { in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer 381 void OpenCensusCallTracer::RecordAnnotation(const Annotation& annotation) { in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer
|
| D | server_call_tracer.cc | 161 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc::internal::OpenCensusServerCallTracer 168 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc::internal::OpenCensusServerCallTracer
|
| /third_party/grpc/src/core/telemetry/ |
| D | call_tracer.cc | 162 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer::DelegatingClientCallAttemptTracer 167 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer::DelegatingClientCallAttemptTracer 208 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer 213 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer 306 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc_core::DelegatingServerCallTracer 311 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc_core::DelegatingServerCallTracer
|
| /third_party/grpc/test/core/test_util/ |
| D | fake_stats_plugin.h | 93 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function 96 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function 128 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function 131 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function 190 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function 193 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function
|
| /third_party/grpc/test/core/transport/chttp2/ |
| D | hpack_encoder_test.cc | 173 void RecordAnnotation(absl::string_view annotation) override {} in RecordAnnotation() function in grpc_core::FakeCallTracer 174 void RecordAnnotation(const Annotation& annotation) override {} in RecordAnnotation() function in grpc_core::FakeCallTracer
|
| /third_party/grpc/test/cpp/microbenchmarks/ |
| D | bm_chttp2_hpack.cc | 78 void RecordAnnotation(absl::string_view annotation) override {} in RecordAnnotation() function in grpc_core::FakeCallTracer 79 void RecordAnnotation(const Annotation& annotation) override {} in RecordAnnotation() function in grpc_core::FakeCallTracer
|