diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c32a22f964d..5ce1458500d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -164,7 +164,7 @@ Tempo documentation is located in the `docs` directory. The `docs` directory has Once you know what you would like to write, use the [Writer's Toolkit](https://grafana.com/docs/writers-toolkit/writing-guide/contribute-documentation/) for information on creating good documentation. The toolkit also provides [document templates](https://github.com/grafana/writers-toolkit/tree/main/docs/static/templates) to help get started. -When you create a PR for documentation, add the `types/doc` label to identify the PR as contributing documentation. +When you create a PR for documentation, add the `type/doc` label to identify the PR as contributing documentation. If your content needs to be added to a previous release, use the `backport` label for the version. When your PR is merged, the backport label triggers an automatic process to create an additional PR to merge the content into the version's branch. Check the PR for content that might not be appropriate for the version. For example, if you fix a broken link on a page and then backport to Tempo 1.5, you would not want any TraceQL information to appear. diff --git a/docs/sources/tempo/getting-started/example-demo-app.md b/docs/sources/tempo/getting-started/example-demo-app.md index 15a0020ed9a..4df8d82813b 100644 --- a/docs/sources/tempo/getting-started/example-demo-app.md +++ b/docs/sources/tempo/getting-started/example-demo-app.md @@ -48,4 +48,5 @@ To learn how to set up a Tempo cluster, see [Deploy on Kubernetes with Tanka]({{ The [Introduction to Metrics, Logs and Traces in Grafana](https://github.com/grafana/intro-to-mlt) provides a self-contained environment for learning about Mimir, Loki, Tempo, and Grafana. It includes detailed explanations of each compononent, annotated configurations for each component. -The README.md file has full details on how to quickly download and [start the environment](https://github.com/grafana/intro-to-mlt#running-the-demonstration-environment). Additionally, you can use the [`ctl.sh`](https://github.com/grafana/intro-to-mlt#grafana-cloud) script to alter the environment to send metrics, logs, and traces to Grafana Cloud. +The README.md file has full details on how to quickly download and [start the environment](https://github.com/grafana/intro-to-mlt#running-the-demonstration-environment), including instructions for using Grafana Cloud and the OpenTelemetry Agent. +