192 Commits (0edaaafef8eb8550464687b17cc1f294dc3d2504)

Author SHA1 Message Date
Craig Tiller a3b66f02d7 [channel_filter] Use UniqueTypeName for channel filter names (#36907) 6 months ago
Yijie Ma 87321f08b3 [OTPlugin] Per-channel OpenTelemetry plugin (#36729) 6 months ago
Craig Tiller 53540ae5d6 [context] Move legacy tracing contexts to arena contexts (#36776) 6 months ago
Yash Tibrewal 7ccb51e2ea [StatsPlugin] Add API to check if an instrument is enabled (#36757) 6 months ago
Mark D. Roth fe817c8ab1 [reorg] move lib/json -> util/json (#36645) 7 months ago
Mark D. Roth 6c08d36c3b [reorg] move telemetry code to src/core/telemetry (#36644) 7 months ago
Tanvi Jagtap 154081a92a [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 7 months ago
Yash Tibrewal a509c6b4e7 [logging] Fix logging for when metrics/tracing is not enabled (#36671) 7 months ago
Yash Tibrewal d3960484c0 [StatsPlugin] Fix use-after-free issue (#36664) 7 months ago
Mark D. Roth 58a4b9c922 [reorg] move src/core/lib/gpr -> src/core/util (#36543) 7 months ago
Craig Tiller 545bd5171d [call-v3] Add client half close event edge to filters (#36598) 7 months ago
AJ Heller bc5570bec8 Revert "[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36607)" (#36625) 7 months ago
Tanvi Jagtap 15850972dd [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36607) 7 months ago
Yijie Ma bc4766381a [metrics] Templatized Metrics API (#36449) 7 months ago
Tanvi Jagtap 6b3a670cb0 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36547) 7 months ago
Yash Tibrewal 22e9ce46e0 [CSM] Minor test modifications (#36564) 7 months ago
Mark D. Roth 32e03171e7 [reorg] move xds code to src/core/xds (#36521) 7 months ago
Yash Tibrewal 108ee944df [CSM] Fix CSM Observability for trailers-only response (#36413) 7 months ago
Mark D. Roth 0944410d6c [reorg] move test/core/util -> test/core/test_util (#36446) 8 months ago
Yash Tibrewal 91f0eadd22 [CSM] Remove requirement that servers have to be xDS enabled (#36410) 8 months ago
Craig Tiller 58b254dacf [call-v3] Channel filter construction returns pointers (#36355) 8 months ago
Craig Tiller b0cf42d86e [clang-format] Remove requirement that port_platform.h is at the top (#36281) 8 months ago
Yash Tibrewal 70839a9b19 [OTel C++] Add experimental optional locality label available to client per-attempt metrics (#36254) 8 months ago
Yijie Ma d37726298b [OpenTelemetry] Implement async gauges (#36182) 8 months ago
Yash Tibrewal 952a2421f9 [OTel C++] Add API to set channel scope filter (#36189) 8 months ago
AJ Heller da43a61322 Automated rollback of commit 822311c0d9. 8 months ago
AJ Heller 822311c0d9 [security] Refactor credentials types to remove special handling for insecure creds (#36176) 8 months ago
Yash Tibrewal 1312ff0625 [OTel C++] Add APIs to enable/disable metrics (#36183) 9 months ago
Yijie Ma c54c69dcdd [Metrics] New OpenTelemetry Plugin Implementation of Stats Plugin (#36070) 9 months ago
Yash Tibrewal a1535ae615 [CSM] Cleanup and test Size() on MeshLabelsIterable (#35769) 9 months ago
Yash Tibrewal 1ce894c977 [OTel] Add CI support for tests via CMake (#36087) 9 months ago
Yash Tibrewal 3032b5c48d [OTel C++] Add CMake build support (#36063) 9 months ago
Yijie Ma 9db40fa845 [EventEngine] Enable the EventEngine DNS Resolver on Posix (#35573) 10 months ago
Craig Tiller cf79445171 [chaotic-good] Fix channel creation (#35907) 10 months ago
Mark D. Roth 41606054c2 [load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (#35857) 10 months ago
Yash Tibrewal 2999332d64 [CSM] De-experimentalize CsmObservability API (#35836) 10 months ago
Yash Tibrewal 8f2245d0a7 [CSM] Disable metrics recording when CsmObservability goes out of scope (#35835) 10 months ago
Yash Tibrewal 387c894117 [CSM] Remove experimental CSM PluginOption API in favor of CsmObservability API (#35812) 10 months ago
Yash Tibrewal 20e5e0cb29 [CSM] Modify CsmObservability to CsmOpenTelemetryPluginOption internally (#35803) 10 months ago
Craig Tiller ab795b0adc Revert "[EventEngine] Enable the EventEngine DNS Resolver on Posix (#35573)" (#35667) 11 months ago
Yash Tibrewal 76c45b98d1 [otel] Return absl::Status as a return from BuildAndRegisterGlobal (#35659) 11 months ago
Yash Tibrewal 984daf98d7 [CSM o11y] Re-experimentalize CSM OTel Plugin Option (#35660) 11 months ago
Yijie Ma 6318e9e7e9 [EventEngine] Enable the EventEngine DNS Resolver on Posix (#35573) 11 months ago
Yash Tibrewal f51f14e70c [otel] Re-structure otel_plugin_test initialization (#35631) 11 months ago
Yijie Ma 16b71d91d8 [CSM O11Y] Fix issue when CSM optional labels are present in server metrics (#35633) 11 months ago
Yash Tibrewal 8231340aef [CSM] Add support for GCE resources (#35371) 11 months ago
Yash Tibrewal c5a8e5af64 [OTel] Add back server_selector that got deleted by a merge fiasco (#35532) 11 months ago
Yash Tibrewal acc1ad1b2b [CSM] De-experimentalize CSM OTel Plugin Option (#35526) 11 months ago
Yash Tibrewal 5880e05e9d [OTel] Fix clang-tidy caused by merge fiasco (#35529) 11 months ago
Yijie Ma 77ad5a786e [CSM O11Y] CSM Service Label Plumbing from LB Policies to CallAttemptTracer (#35210) 11 months ago