From 1ed83eb9b2e77a02a8d634b0b5976481324284be Mon Sep 17 00:00:00 2001 From: Connor Lindsey Date: Mon, 11 Apr 2022 09:16:38 -0700 Subject: [PATCH] Tracing: Add README files for tracing datasource plugins --- public/app/plugins/datasource/jaeger/README.md | 7 +++++++ public/app/plugins/datasource/tempo/README.md | 7 +++++++ public/app/plugins/datasource/zipkin/README.md | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 public/app/plugins/datasource/jaeger/README.md create mode 100644 public/app/plugins/datasource/tempo/README.md create mode 100644 public/app/plugins/datasource/zipkin/README.md diff --git a/public/app/plugins/datasource/jaeger/README.md b/public/app/plugins/datasource/jaeger/README.md new file mode 100644 index 00000000000..a865a51179f --- /dev/null +++ b/public/app/plugins/datasource/jaeger/README.md @@ -0,0 +1,7 @@ +# Jaeger Data Source - Native Plugin + +Grafana ships with **built in** support for Jaeger, an open source, end-to-end distributed tracing system. + +Read more about it here: + +[https://docs.grafana.org/datasources/jaeger/](https://docs.grafana.org/datasources/jaeger/) diff --git a/public/app/plugins/datasource/tempo/README.md b/public/app/plugins/datasource/tempo/README.md new file mode 100644 index 00000000000..754d824491f --- /dev/null +++ b/public/app/plugins/datasource/tempo/README.md @@ -0,0 +1,7 @@ +# Tempo Data Source - Native Plugin + +Grafana ships with **built in** support for Tempo, an open source, easy-to-use, and high-scale distributed tracing backend. + +Read more about it here: + +[https://docs.grafana.org/datasources/tempo/](https://docs.grafana.org/datasources/tempo/) diff --git a/public/app/plugins/datasource/zipkin/README.md b/public/app/plugins/datasource/zipkin/README.md new file mode 100644 index 00000000000..a4d81d38b1d --- /dev/null +++ b/public/app/plugins/datasource/zipkin/README.md @@ -0,0 +1,7 @@ +# Zipkin Data Source - Native Plugin + +Grafana ships with **built in** support for Zipkin, an open source, distributed tracing system. + +Read more about it here: + +[https://docs.grafana.org/datasources/zipkin/](https://docs.grafana.org/datasources/zipkin/)