From 682fdacc0806b8082d39237a4171357427be699b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 10 Aug 2020 13:44:45 -0700 Subject: [PATCH] docs: put splash graphic in all READMEs Signed-off-by: Eliza Weisman --- README.md | 3 ++- tracing-appender/README.md | 3 +++ tracing-attributes/README.md | 3 +++ tracing-core/README.md | 3 +++ tracing-error/README.md | 3 +++ tracing-flame/README.md | 3 +++ tracing-futures/README.md | 3 +++ tracing-journald/README.md | 3 +++ tracing-log/README.md | 3 +++ tracing-opentelemetry/README.md | 3 +++ tracing-serde/README.md | 3 +++ tracing/README.md | 3 +++ 12 files changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4428dee217..0d5a872f4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![Tracing — Structured, application-level diagnostics](assets/splash.svg) +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg [![Crates.io][crates-badge]][crates-url] [![Documentation][docs-badge]][docs-url] diff --git a/tracing-appender/README.md b/tracing-appender/README.md index 6852139360..1f5f9477d1 100644 --- a/tracing-appender/README.md +++ b/tracing-appender/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-appender Writers for logging events and spans diff --git a/tracing-attributes/README.md b/tracing-attributes/README.md index 1110eac48e..e2c444f40d 100644 --- a/tracing-attributes/README.md +++ b/tracing-attributes/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-attributes Macro attributes for application-level tracing. diff --git a/tracing-core/README.md b/tracing-core/README.md index 1f19e1bc30..dc45865d34 100644 --- a/tracing-core/README.md +++ b/tracing-core/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-core Core primitives for application-level tracing. diff --git a/tracing-error/README.md b/tracing-error/README.md index f4bbe7412d..3824053cd5 100644 --- a/tracing-error/README.md +++ b/tracing-error/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-error Utilities for enriching error handling with [`tracing`] diagnostic diff --git a/tracing-flame/README.md b/tracing-flame/README.md index 7d57deef8f..a205eaf198 100644 --- a/tracing-flame/README.md +++ b/tracing-flame/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-flame A [tracing] [`Layer`][`FlameLayer`] for generating a folded stack trace for generating flamegraphs diff --git a/tracing-futures/README.md b/tracing-futures/README.md index c924a76707..2ddb510131 100644 --- a/tracing-futures/README.md +++ b/tracing-futures/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-futures Utilities for instrumenting futures-based code with [`tracing`]. diff --git a/tracing-journald/README.md b/tracing-journald/README.md index 9195099d10..fe70a96c97 100644 --- a/tracing-journald/README.md +++ b/tracing-journald/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-journald Support for logging [`tracing`][tracing] events natively to journald, preserving structured information. diff --git a/tracing-log/README.md b/tracing-log/README.md index 760eb4cce3..49392c5c1d 100644 --- a/tracing-log/README.md +++ b/tracing-log/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-log [`log`] compatibility for [`tracing`]. diff --git a/tracing-opentelemetry/README.md b/tracing-opentelemetry/README.md index 032445a784..33b2cebb23 100644 --- a/tracing-opentelemetry/README.md +++ b/tracing-opentelemetry/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # Tracing OpenTelemetry Utilities for adding [OpenTelemetry] interoperability to [`tracing`]. diff --git a/tracing-serde/README.md b/tracing-serde/README.md index a631f94aac..547c004edc 100644 --- a/tracing-serde/README.md +++ b/tracing-serde/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-serde An adapter for serializing `tracing` types using `serde`. diff --git a/tracing/README.md b/tracing/README.md index 8add838da1..b8cba4d10e 100644 --- a/tracing/README.md +++ b/tracing/README.md @@ -1,3 +1,6 @@ +![Tracing — Structured, application-level diagnostics][splash] +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing Application-level tracing for Rust.