summaryrefslogtreecommitdiff
path: root/vendor/go.opentelemetry.io
AgeCommit message (Collapse)AuthorFiles
2025-03-10[chore] remove vendorLibravatar Terin Stock307
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß101
* chore: update otel dependencies * refactor: combine tracing & metrics in observability package * chore: update example tracing compose file
2024-09-24[chore] Roll otel deps back to `v1.29.0` / `v0.51.0` (#3337)v0.17.0-rc1Libravatar tobi30
2024-09-16[chore] Bump otel deps -> v1.30.0/v0.52.0 (#3307)Libravatar tobi30
2024-08-26[chore] Bump all otel deps (#3241)Libravatar tobi132
2024-04-29[chore]: Bump ↵Libravatar dependabot[bot]3
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#2878)
2024-04-29[chore]: Bump go.opentelemetry.io/otel/sdk from 1.25.0 to 1.26.0 (#2879)Libravatar dependabot[bot]7
2024-04-11[chore]: Bump ↵Libravatar dependabot[bot]190
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#2818) Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12[chore] bump modernc.org/sqlite v1.28.0 -> v1.29.4 (#2749)Libravatar kim7
2024-03-11[chore] Update usage of OTEL libraries (#2725)Libravatar Daenney72
* 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
2024-01-21[chore] Downgrade OTEL libraries to 1.20 (#2546)Libravatar Daenney16
For some reason httpconv seems to have disappeared from 1.21, which results in a 1.21 runtime with 1.20 semconv/httpconv which seems to break some things. For now, this rolls the OTEL dependencies back to 1.20 which should fix the observability issues. We'll need to take a look at how to upgrade safely and correctly in the future. Relates to #2503.
2023-11-20[feature] Initial Prometheus metrics implementation (#2334)Libravatar Tsuribori48
* feat: Initial OTEL metrics * docs: add metrics documentation * fix: metrics endpoint conditional check * feat: metrics endpoint basic auth * fix: make metrics-auth-enabled default false * fix: go fmt helpers.gen.go * fix: add metric-related env vars to envparsing.sh * fix: metrics docs * fix: metrics related stuff in envparsing.sh * fix: metrics docs * chore: metrics docs wording * fix: metrics stuff in envparsing? * bump otel versions --------- Co-authored-by: Tsuribori <user@acertaindebian> Co-authored-by: Tsuribori <none@example.org> Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
2023-11-20[chore]: Bump go.opentelemetry.io/otel from 1.20.0 to 1.21.0 (#2369)Libravatar dependabot[bot]5
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13[chore] update otel -> v1.20.0 (#2358)Libravatar tobi54
2023-10-02[chore]: Bump ↵Libravatar dependabot[bot]1
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#2244) Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02[chore]: Bump go.opentelemetry.io/otel/sdk from 1.18.0 to 1.19.0 (#2242)Libravatar dependabot[bot]5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18[chore]: Bump ↵Libravatar dependabot[bot]9
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 Daenney134
* [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 tobi89
* [chore] update latest deps, ensure readme up to date * remove double entry
2023-05-12[bugfix] Downstep otel to fix freebsd compile issue (#1773)Libravatar tobi64
https://github.com/open-telemetry/opentelemetry-go/issues/4076
2023-05-12[chore] Update a bunch of database dependencies (#1772)Libravatar tobi69
* [chore] Update a bunch of database dependencies * fix lil thing
2023-05-09feat: initial tracing support (#1623)Libravatar Dominik Süß234