Skip to content

Commit 1fd7fbb

Browse files
committed
update collector tags, add notes on starting in bg mode
1 parent ebe2824 commit 1fd7fbb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

COLLECTOR_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.1
1+
v0.9.2

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ vi ./config/ast_defaults.yaml
5555
vi ./config/bigip_receivers.yaml
5656
# Run the configuration generator
5757
docker run --rm -it -w /app -v ${PWD}:/app --entrypoint /app/src/bin/init_entrypoint.sh python:3.12.6-slim-bookworm --generate-config
58-
# Start the tool
58+
# Start the tool (use `docker compose up -d` to start in background mode)
5959
docker compose up
6060
```
6161

@@ -350,7 +350,8 @@ cp .env-example .env
350350
### Run Application Study Tool
351351
Once the above configurations have been made, the tool can be started with:
352352

353-
```
353+
```shell
354+
# `docker compose up -d` to start in background mode
354355
docker compose up
355356
```
356357

@@ -370,11 +371,12 @@ special instructions / breaking changes.
370371
git stash
371372
git fetch --tags
372373
git pull origin main
373-
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.1)
374+
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.2)
374375
git stash pop
375376
# <merge any conflicts with your local changes>
376377
# <re-run config scripts>
377378
docker compose down
379+
# `docker compose up -d` to start in background mode
378380
docker compose up
379381
```
380382

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- 7lc_network
2828

2929
otel-collector:
30-
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.1
30+
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.2
3131
restart: unless-stopped
3232
volumes:
3333
- ./services/otel_collector:/etc/otel-collector-config

0 commit comments

Comments
 (0)