Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
941faab
chore: update otel dependencies
Noroth Mar 30, 2026
997bcba
chore: add span processor to remap old attributes
Noroth Mar 30, 2026
68c090e
chore: add filtering trace provider to remove newly emitted attribute…
Noroth Mar 31, 2026
8d488e5
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth Mar 31, 2026
d7185d9
chore: update go mod
Noroth Mar 31, 2026
815074b
chore: bump grpc to satisfy go vet
Noroth Mar 31, 2026
0525edf
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth Mar 31, 2026
4b54c74
chore: bump package version
Noroth Mar 31, 2026
d884162
chore: bump dependencies
Noroth Mar 31, 2026
26bbb5d
chore: improve
Noroth Mar 31, 2026
b8f84ba
feat: apply cardinality limits from SDK function
Noroth Mar 31, 2026
56bde20
chore: update tests for tracer
Noroth Mar 31, 2026
2f68d96
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth Mar 31, 2026
d21f45c
chore: use translation strategy instead
Noroth Mar 31, 2026
63e0b93
fix: tests for prometheus and improve otel tests
Noroth Mar 31, 2026
8211f59
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth Mar 31, 2026
65073ec
chore: add tests to ensure that attributes are properly filtered and …
Noroth Mar 31, 2026
543a839
chore: tidy
Noroth Mar 31, 2026
2b19119
chore: add test for dropping of otelhttp scope metrics
Noroth Mar 31, 2026
1a49ead
chore: add otel_scope_schema_url to test assertions
Noroth Mar 31, 2026
30465d4
chore: improve assertion
Noroth Mar 31, 2026
3cca835
chore: ensure to restore body to a non seeked body before retry
Noroth Mar 31, 2026
c489d7c
fix: remove unused function and deprecated metric
Noroth Mar 31, 2026
1ed0f7a
chore: mimimimi
Noroth Mar 31, 2026
d590df5
chore: add more comments
Noroth Apr 1, 2026
7951aa2
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth Apr 1, 2026
95e69fd
chore: improve
Noroth Apr 1, 2026
ddbb119
chore: do not re-use request for retries
Noroth Apr 13, 2026
4cba4bb
Merge branch 'main' of github.com:wundergraph/cosmo into ludwig/eng-9…
Noroth Apr 13, 2026
b2110bc
chore: do not shadow error
Noroth Apr 13, 2026
5b898c1
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth Apr 13, 2026
eb1a35f
chore: bump dependencies and use synctest in timed test
Noroth Apr 13, 2026
f5cfd02
chore: bump otel again
Noroth Apr 13, 2026
c175212
chore: return cloneErr
Noroth Apr 13, 2026
18a411a
chore: bump tests
Noroth Apr 13, 2026
eb75eb4
chore: update otel dependencies to 1.43.0
Noroth Apr 13, 2026
3aca735
chore: fix comment
Noroth Apr 13, 2026
7bfc128
chore: mimimimimi
Noroth Apr 13, 2026
d60cb40
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth Apr 14, 2026
9d19330
Merge branch 'main' of github.com:wundergraph/cosmo into ludwig/eng-9…
Noroth May 13, 2026
ae5064b
chore: fixes
Noroth May 13, 2026
d296075
chore: fix go mod
Noroth May 13, 2026
288ed6a
chore: fix import
Noroth May 13, 2026
17f89d3
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth May 13, 2026
408f8cd
chore: update go sum
Noroth May 13, 2026
cbd3d28
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth May 13, 2026
cd0816b
Merge branch 'main' of github.com:wundergraph/cosmo into ludwig/eng-9…
Noroth May 19, 2026
6266a8c
Merge branch 'main' into ludwig/eng-9268-router-upgrade-otel-dependen…
Noroth May 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ all: dev-setup

setup-build-tools:
go install github.com/bufbuild/buf/cmd/buf@v1.32.2
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
go install connectrpc.com/connect/cmd/protoc-gen-connect-go@v1.16.2
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.11
go install connectrpc.com/connect/cmd/protoc-gen-connect-go@v1.19.1
go install gotest.tools/gotestsum@v1.13.0

setup-dev-tools: setup-build-tools
Expand Down
112 changes: 38 additions & 74 deletions connect-go/gen/proto/wg/cosmo/common/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading