We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8573e commit 8ac9c21Copy full SHA for 8ac9c21
3 files changed
.github/images/logo.png
1.17 MB
.github/images/logo_dark.png
1.04 MB
README.md
@@ -3,6 +3,14 @@
3
[![Actions Status][actions-badge]][actions-link]
4
[![PyPI version][pypi-version]][pypi-link]
5
6
+<div align="left">
7
+ <picture>
8
+ <source media="(prefers-color-scheme: dark)" srcset=".github/images/logo_dark.png" width=100>
9
+ <source media="(prefers-color-scheme: light)" srcset=".github/images/logo.png" width=100>
10
+ <img alt="Telemetric" src=".github/images/logo.png">
11
+ </picture>
12
+</div>
13
+
14
<!-- SPHINX-START -->
15
16
<!-- prettier-ignore-start -->
@@ -173,4 +181,4 @@ docker run --name jaeger \
173
181
jaegertracing/all-in-one:1.35
174
182
```
175
183
176
-Access the Jaeger UI at http://localhost:16686
184
+Access the Jaeger UI at <http://localhost:16686>
0 commit comments