summaryrefslogtreecommitdiff
path: root/vendor/google.golang.org/grpc/internal/grpcsync
AgeCommit message (Collapse)AuthorFiles
2025-03-10[chore] remove vendorLibravatar Terin Stock4
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß1
* chore: update otel dependencies * refactor: combine tracing & metrics in observability package * chore: update example tracing compose file
2024-09-16[chore] Bump otel deps -> v1.30.0/v0.52.0 (#3307)Libravatar tobi2
2024-03-11[chore] Update usage of OTEL libraries (#2725)Libravatar Daenney1
* otel to 1.24 * prometheus exporter to 0.46 * bunotel to 1.1.17 Also: * Use schemaless URL for metrics * Add software version to tracing schema
2023-09-18[chore]: Bump ↵Libravatar dependabot[bot]2
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.17.0 to 1.18.0 (#2207) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07[feature] Support OTLP HTTP, drop Jaeger (#2184)Libravatar Daenney2
* [feature] Add http trace exporter, drop Jaeger Jaeger supports ingesting traces using the OpenTelemetry gRPC or HTTP methods. The Jaeger project has deprecated the old jaeger transport. * Add support for submitting traces over HTTP * Drop support for the old Jaeger protocol * Upgrade the trace libraries to v1.17 Fixes: #2176 Fixes: #2179
2023-06-05[chore] update latest deps, ensure readme up to date (#1873)Libravatar tobi1
* [chore] update latest deps, ensure readme up to date * remove double entry
2023-05-09feat: initial tracing support (#1623)Libravatar Dominik Süß2