Skip to content

Commit

Permalink
Publish AST v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Application Study Tool Builder committed Aug 27, 2024
1 parent f3e4fd4 commit ba40a8c
Show file tree
Hide file tree
Showing 14 changed files with 2,750 additions and 2,730 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0
v0.3.1
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:

services:
prometheus:
image: prom/prometheus:latest
image: prom/prometheus:v2.54.1
container_name: prometheus
restart: unless-stopped
stop_grace_period: 5m
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
command: ["/bin/sh", "/app/init_entrypoint.sh"]

otel-collector:
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.3.0
image: ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:v0.3.1
restart: unless-stopped
volumes:
- otel_collector:/etc/otel-collector-config
Expand All @@ -56,7 +56,7 @@ services:
condition: service_completed_successfully

grafana:
image: grafana/grafana:latest
image: grafana/grafana:11.2.0
container_name: grafana
restart: unless-stopped
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 3,
"id": 4,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -99,7 +99,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -171,7 +171,7 @@
},
"showHeader": false
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -293,7 +293,7 @@
},
"showHeader": false
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -420,7 +420,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -494,7 +494,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -685,7 +685,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -740,6 +740,7 @@
"axisPlacement": "auto",
"axisSoftMax": 1,
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
Expand Down Expand Up @@ -975,7 +976,7 @@
},
"showHeader": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1079,7 +1080,7 @@
},
"showHeader": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1141,6 +1142,7 @@
"axisPlacement": "auto",
"axisSoftMax": 1,
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
Expand Down Expand Up @@ -1350,7 +1352,7 @@
"links": [
{
"title": "Virtual Server Overview",
"url": "/d/ddq2jbj2v588wa/device-virtual-servers?orgId=1&${device_name:queryparam}&var-virtual_server=${__data.fields[\"VS Name\"]}"
"url": "/d/ddq2jbj2v588wa/device-virtual-servers?orgId=1&${device_name:queryparam}&var-virtual_server=${__data.fields[\"Virtual Server\"]}"
}
],
"mappings": [],
Expand Down Expand Up @@ -1488,7 +1490,7 @@
"showHeader": true,
"sortBy": []
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1661,6 +1663,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
Expand Down Expand Up @@ -1779,6 +1782,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
Expand Down Expand Up @@ -1870,9 +1874,10 @@
"list": [
{
"current": {
"isNone": true,
"selected": false,
"text": "bigip/Edge2.f5kc.local",
"value": "bigip/Edge2.f5kc.local"
"text": "None",
"value": ""
},
"datasource": {
"type": "prometheus",
Expand Down
Loading

0 comments on commit ba40a8c

Please sign in to comment.