Searched refs:AddSpanAnnotation (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/ |
H A D | client_call_tracer.cc | 61 context_.AddSpanAnnotation(annotation); in RecordAnnotation() 75 context_.AddSpanAnnotation(annotation.ToString()); in RecordAnnotation() 295 context_.AddSpanAnnotation(annotation); in RecordAnnotation() 309 context_.AddSpanAnnotation(annotation.ToString()); in RecordAnnotation()
|
H A D | server_call_tracer.cc | 155 context_.AddSpanAnnotation(annotation); in RecordAnnotation() 168 context_.AddSpanAnnotation(annotation.ToString()); in RecordAnnotation()
|
H A D | python_census_context.h | 246 void AddSpanAnnotation(absl::string_view description) { in AddSpanAnnotation() function
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/filters/census/ |
H A D | client_filter.cc | 279 context_.AddSpanAnnotation(annotation, {}); in RecordAnnotation() 293 context_.AddSpanAnnotation(annotation.ToString(), {}); in RecordAnnotation() 374 context_.AddSpanAnnotation(annotation, {}); in RecordAnnotation() 387 context_.AddSpanAnnotation(annotation.ToString(), {}); in RecordAnnotation()
|
H A D | server_call_tracer.cc | 162 context_.AddSpanAnnotation(annotation, {}); in RecordAnnotation() 175 context_.AddSpanAnnotation(annotation.ToString(), {}); in RecordAnnotation()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/ |
D | client_filter.cc | 288 context_.AddSpanAnnotation(annotation, {}); in RecordAnnotation() 359 context_.AddSpanAnnotation(annotation, {}); in RecordAnnotation()
|
D | server_call_tracer.cc | 160 context_.AddSpanAnnotation(annotation, {}); in RecordAnnotation()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | opencensus.h | 203 void AddSpanAnnotation(absl::string_view description, in AddSpanAnnotation() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/ |
D | opencensus.h | 203 void AddSpanAnnotation(absl::string_view description, in AddSpanAnnotation() function
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/ |
H A D | opencensus.h | 203 void AddSpanAnnotation(absl::string_view description, in AddSpanAnnotation() function
|