Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ mise build-lgtm

> [!TIP]
> If you built your image locally, you can use the `run-lgtm` scripts with
> the parameters `latest true` to run your local image.
> the parameters `latest true` to run your local image (or `mise run local-lgtm`).

## Build and run the example app

Expand Down
2 changes: 1 addition & 1 deletion docker/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ echo "The OpenTelemetry collector and the Grafana LGTM stack are up and running.
echo "Open ports:"
echo " - 4317: OpenTelemetry GRPC endpoint"
echo " - 4318: OpenTelemetry HTTP endpoint"
echo " - 3000: Grafana. User: admin, password: admin"
echo " - http://localhost:3000: Grafana. User: admin, password: admin"

sleep infinity
3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ run = './scripts/run-acceptance-tests.sh {{arg(name="tag", default="latest")}}'
[tasks.lgtm]
run = './run-lgtm.sh {{arg(name="tag", default="latest")}}'

[tasks.local-lgtm]
run = './run-lgtm.sh latest true'

[tasks.example]
run = "./run-example.sh"

Expand Down