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

docs: put splash graphic in all READMEs #911

Merged
merged 1 commit into from
Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
3 changes: 3 additions & 0 deletions tracing-appender/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions tracing-attributes/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions tracing-core/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions tracing-error/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions tracing-flame/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions tracing-futures/README.md
Original file line number Diff line number Diff line change
@@ -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`].
Expand Down
3 changes: 3 additions & 0 deletions tracing-journald/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions tracing-log/README.md
Original file line number Diff line number Diff line change
@@ -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`].
Expand Down
3 changes: 3 additions & 0 deletions tracing-opentelemetry/README.md
Original file line number Diff line number Diff line change
@@ -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`].
Expand Down
3 changes: 3 additions & 0 deletions tracing-serde/README.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
3 changes: 3 additions & 0 deletions tracing/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down