Skip to content

Commit

Permalink
Doc update (grafana#3482)
Browse files Browse the repository at this point in the history
* doc: remove reference to previously purged script

* doc: correct label for docs updates
  • Loading branch information
mattsimonsen authored and joe-elliott committed Mar 19, 2024
1 parent db182a3 commit 61bd874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/tempo/getting-started/example-demo-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ 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.

0 comments on commit 61bd874

Please sign in to comment.