Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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 COLLECTOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.1
v0.9.3
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ vi ./config/ast_defaults.yaml
vi ./config/bigip_receivers.yaml
# Run the configuration generator
docker run --rm -it -w /app -v ${PWD}:/app --entrypoint /app/src/bin/init_entrypoint.sh python:3.12.6-slim-bookworm --generate-config
# Start the tool
# Start the tool (use `docker compose up -d` to start in background mode)
docker compose up
```

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

```
```shell
# `docker compose up -d` to start in background mode
docker compose up
```

Expand All @@ -370,11 +371,12 @@ special instructions / breaking changes.
git stash
git fetch --tags
git pull origin main
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.1)
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.9.3)
git stash pop
# <merge any conflicts with your local changes>
# <re-run config scripts>
docker compose down
# `docker compose up -d` to start in background mode
docker compose up
```

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- 7lc_network

otel-collector:
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.1
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.9.3
restart: unless-stopped
volumes:
- ./services/otel_collector:/etc/otel-collector-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@
"refId": "A"
}
],
"title": "Client SSL Profile Info",
"title": "Server SSL Profile Info",
"transformations": [
{
"id": "organize",
Expand Down Expand Up @@ -1490,7 +1490,7 @@
},
"timepicker": {},
"timezone": "browser",
"title": "Device - SSL",
"title": "Device SSL",
"uid": "eeecju1l4feo0b",
"version": 4,
"weekStart": ""
Expand Down