Skip to content

Commit

Permalink
Bump Pyroscope to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Mar 21, 2024
1 parent 88bf17a commit 5a830c9
Show file tree
Hide file tree
Showing 9 changed files with 223 additions and 188 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,41 @@ This project uses [bingo](https://github.com/bwplotka/bingo) (located in [.bingo

Run `make install-build-deps` to install dependencies tools.

## Command line

Take Grafana LGTMP Stack to the command line([#32](https://github.com/qclaogui/codelab-monitoring/pull/32))

```shell
❯ lgtmp --help
Grafana LGTMP Stack from the command line
L -> Loki Like Prometheus, but for logs
G -> Grafana The open and composable observability and data visualization platform
T -> Tempo A high volume, minimal dependency distributed tracing backend
M -> Mimir The most scalable Prometheus backend
P -> Pyroscope Continuous Profiling Platform. Debug performance issues down to a single line of code

Usage:
lgtmp [command]

Examples:
$ lgtmp up metrics


Available Commands:
completion Generate the autocompletion script for the specified shell
delete Clean up Grafana LGTMP stack from Kubernetes
deploy Provisioning Grafana LGTMP stack by Kubernetes
down Clean up Grafana LGTMP stack from Docker Compose
help Help about any command
up Provisioning Grafana LGTMP stack by Docker Compose
version Output the version of lgtmp

Flags:
-h, --help Show help for command

Use "lgtmp [command] --help" for more information about a command.
```

## Docker Compose

These instructions will get you through the deploying samples with Docker Compose.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/common/config/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GRAFANA_IMAGE=grafana/grafana:10.4.0
TEMPO_IMAGE=grafana/tempo:2.4.0
MIMIR_IMAGE=grafana/mimir:2.11.0
MIMIRTOOL_IMAGE=grafana/mimirtool:2.11.0
PYROSCOPE_IMAGE=grafana/pyroscope:1.4.0
PYROSCOPE_IMAGE=grafana/pyroscope:1.5.0
NGINX_IMAGE=nginxinc/nginx-unprivileged:1.25-alpine
MINIO_IMAGE=minio/minio:RELEASE.2024-03-15T01-07-19Z
MEMCACHED_IMAGE=memcached:1.6.24-alpine
Expand Down
Loading

0 comments on commit 5a830c9

Please sign in to comment.