Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0 #5

Merged
merged 36 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
01a8f18
telemetry rust 1.0.0
raphamorim Jan 9, 2024
a82ff42
add license copyright and fmt code
raphamorim Jan 9, 2024
c119fe8
update CHANGELOG.md
raphamorim Jan 9, 2024
141e270
update README.md
raphamorim Jan 9, 2024
c00d826
update hyper
raphamorim Jan 9, 2024
7fee13b
correct Response<BoxBody>
raphamorim Jan 14, 2024
958e7f6
into_bytes
raphamorim Jan 14, 2024
37e4e65
update axum
raphamorim Jan 14, 2024
4481082
fmt code
raphamorim Jan 14, 2024
754f283
add zipkin feature flags
raphamorim Jan 14, 2024
005c10a
use axum::body::Body as resp
raphamorim Jan 14, 2024
5b85894
use into_axum_bytes
raphamorim Jan 14, 2024
e0e1939
use hyper::body::Incoming
raphamorim Jan 14, 2024
da4353c
remove BoxBody that isn't used anymore
raphamorim Jan 14, 2024
26e88c8
inject_context and inject_context_on_context
raphamorim Jan 14, 2024
9d3fd00
zipkin as default feature
raphamorim Jan 14, 2024
ceff93d
remove tls
raphamorim Jan 15, 2024
2a98dc4
remove ununsed tests
raphamorim Jan 15, 2024
e9778f8
add OtelInResponseService
raphamorim Jan 15, 2024
a3befe7
remove src/jaeger.rs and update init tracer
raphamorim Jan 16, 2024
741e17e
have log and tracing from otel global context
raphamorim Jan 16, 2024
21f6d7c
remove generic propagator
raphamorim Jan 16, 2024
a0f1b6c
Fix telemetry spans collection
lbeschastny Jan 16, 2024
70b43b8
use filter for build_logger_text only
raphamorim Jan 16, 2024
5ec1e97
split setup and otel tracing subscribers
raphamorim Jan 16, 2024
dd3afe4
Properly filter OTEL traces
lbeschastny Jan 17, 2024
e27943b
Add setup_subscriber back
lbeschastny Jan 17, 2024
9667b94
Add OTEL_LOG_LEVEL support
lbeschastny Jan 17, 2024
75fe719
minor updates
raphamorim Jan 17, 2024
4266224
Add sampling to b3 test headers
lbeschastny Jan 18, 2024
f1703e2
Use new B3Encoding::SingleAndMultiHeader
lbeschastny Jan 18, 2024
8450546
Cleanup old debug log
lbeschastny Jan 18, 2024
456fb3c
Fix last review comment
lbeschastny Jan 18, 2024
9b1d89a
update README.md
raphamorim Jan 19, 2024
0bea54e
remove axum from default features
raphamorim Jan 19, 2024
7db6c21
add tracing-opentelemetry-instrumentation-sdk for otel feature
raphamorim Jan 19, 2024
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## v1.0.0

- Lambda support
- Support to hyper 1.0.0 and axum 0.7.3

## v0.0.3

- Support to axum 0.6.x
Loading