Skip to content
Merged
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
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# docker-otel-lgtm

[![Docker latest][docker-latest]][docker-hub]
[![Docker pulls][docker-pulls]][docker-hub]

An OpenTelemetry backend in a Docker image.

<!-- markdownlint-disable-next-line MD013 -->
Expand All @@ -19,7 +22,11 @@ that's intended for development, demo, and testing environments.

## Get the Docker image

The Docker image is available on Docker hub: <https://hub.docker.com/r/grafana/otel-lgtm>
The Docker image is available on [Docker Hub][docker-hub].

```sh
docker pull grafana/otel-lgtm:latest
```

## Run the Docker image

Expand Down Expand Up @@ -238,6 +245,9 @@ cosign verify ${IMAGE} --certificate-identity ${IDENTITY} --certificate-oidc-iss

[app-o11y]: https://grafana.com/products/cloud/application-observability/
[cosign]: https://github.com/sigstore/cosign "Cosign on GitHub"
[docker-hub]: https://hub.docker.com/r/grafana/otel-lgtm
[docker-latest]: https://img.shields.io/docker/v/grafana/otel-lgtm?logo=docker&label=latest&color=blue
[docker-pulls]: https://img.shields.io/docker/pulls/grafana/otel-lgtm?logo=docker&label=pulls
[examples]: https://github.com/grafana/docker-otel-lgtm/tree/main/examples
[ghcr]: https://github.com/grafana/docker-otel-lgtm/pkgs/container/docker-otel-lgtm
[grafana-preinstall-plugins]: https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/#install-plugins-in-the-docker-container
Expand Down