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

chore: backport roughly a year's worth of changes #2728

Merged
merged 34 commits into from
Oct 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5048b86
mock: differentiate between mocks and expectations (#2373)
hds Nov 10, 2022
dc636df
mock: change helper functions to `expect::<thing>` (#2377)
hds Nov 11, 2022
9c6ffce
mock: add README to tracing-mock (#2362)
hds Nov 15, 2022
5db72b6
attributes: update `async_instrument` error text for Rust 1.66 (#2427)
hds Dec 27, 2022
e8b3795
mock: document public APIs in `event` module (#2426)
hds Jan 5, 2023
cbcfbf9
mock: document public APIs in `subscriber` module (#2446)
hds Jan 26, 2023
516392c
docs: fix typo in `panic_hook` example (#2453)
arifd Feb 8, 2023
d55ce3d
chore: bump MSRV to 1.56 (#2546)
davidbarsky Apr 5, 2023
bcaeaa9
core: add `ValueSet::len` and `Record::len` (#2152)
jamesmunns Jun 7, 2022
bb81c7e
mock: document public API in collector module (#2389)
hds Jun 24, 2023
0b31599
tracing: use fully qualified names in macros for items exported from …
hlbarber Jul 11, 2023
ddb1b8a
chores: fix clippy lints (#2673)
davidbarsky Aug 3, 2023
8e77a43
tracing: add tracing-cloudwatch to related cates in README (#2667)
ymgyt Aug 7, 2023
5952e36
documentation: Add article and talk by hoverbear (#2679)
Hoverbear Aug 9, 2023
8cb22ff
core: ensure callsites in test have unique addresses (#2681)
nikic Aug 14, 2023
2ee84b3
docs(field): remove duplicate wording (#2674)
alextes Aug 14, 2023
1fa24df
docs: Add `clippy-tracing` to related crates (#2628)
JonathanWoollett-Light Aug 14, 2023
5da7799
tracing: fix `wasm_bindgen_test` macros (#2675)
hlbarber Aug 17, 2023
bbc87fe
subscriber: support `NO_COLOR` in `fmt::Layer` (#2647)
dmlary Aug 17, 2023
95b1d5c
chore: fix new warnings in Rust 1.72.0 (#2700)
hawkw Aug 29, 2023
316c5a1
attributes: fix instrument with "log" feature (#2599)
miwig Sep 5, 2023
7d63c84
appender: clarify file appender docs (#2689)
CLEckhardt Sep 5, 2023
e4bb093
flame: fix folded formatting (#2710)
conectado Sep 5, 2023
b658b1f
attributes: generate less dead code for async block return type hint …
kornelski Sep 5, 2023
b0e3c71
core: allow `ValueSet`s of any length (#2508)
eopb Sep 5, 2023
3b1851d
tracing: allow setting event names in macros (#2699)
twitchax Sep 5, 2023
a0a176e
journald: allow custom journal fields (#2708)
Finomnis Sep 5, 2023
0687403
tracing: allow constant field names in macros (#2617)
wyfo Sep 5, 2023
75f0dbf
docs: add `axum-insights` to relevant crates. (#2713)
twitchax Sep 6, 2023
66d96cd
[tracing-subscriber]: add chrono crate implementations of FormatTime …
shayne-fletcher Sep 25, 2023
ffb1b11
test: remove potentially problematic test (#2728)
davidbarsky Sep 27, 2023
b661e84
attributes: bump minimum version of proc-macro2 to 1.0.60 (#2732)
davidbarsky Sep 28, 2023
f875c16
subscriber: Implement layer::Filter for Option<Filter> (#2407)
jsgf Sep 28, 2023
aa51104
docs: remove usage of 0.2 terminology (#2728)
davidbarsky Sep 29, 2023
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
Prev Previous commit
Next Next commit
core: add ValueSet::len and Record::len (#2152)
This PR adds two new accessor functions that are useful for creating a
structured serde implementation for tracing.

This is a sort of "distilled" version of
#2113, based on the `v0.1.x`
branch.

As it is unlikely that "structured serde" will be 1:1 compatible with
the existing JSON-based `tracing-serde` (or at least - I'm not sure how
to do it in a reasonable amount of effort), these functions will allow
me to make a separate crate to hold me over until breaking formatting
changes are possible in `tracing-serde`.

CC @hawkw, as we've discussed this pretty extensively
  • Loading branch information
jamesmunns authored and davidbarsky committed Sep 27, 2023
commit bcaeaa919ec4c33e68495f07b730531cef254ee9

No changes to show.

This commit has no content.