Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
5cbeb5e7
Commit
5cbeb5e7
authored
Mar 02, 2025
by
Ryan McCormick
Committed by
GitHub
Mar 02, 2025
Browse files
chore: Tweak prometheus/grafana config defaults (#319)
parent
3f12b570
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
12 deletions
+8
-12
applications/llm/count/visualization/docker-compose.yml
applications/llm/count/visualization/docker-compose.yml
+2
-6
applications/llm/count/visualization/grafana.json
applications/llm/count/visualization/grafana.json
+6
-6
No files found.
applications/llm/count/visualization/docker-compose.yml
View file @
5cbeb5e7
...
...
@@ -19,7 +19,6 @@ services:
container_name
:
prometheus
volumes
:
-
./prometheus.yml:/etc/prometheus/prometheus.yml
-
prometheus_data:/prometheus
command
:
-
'
--config.file=/etc/prometheus/prometheus.yml'
-
'
--storage.tsdb.path=/prometheus'
...
...
@@ -42,12 +41,13 @@ services:
-
./grafana.json:/etc/grafana/provisioning/dashboards/llm-worker-dashboard.json
-
./grafana-datasources.yml:/etc/grafana/provisioning/datasources/datasources.yml
-
./grafana-dashboard-providers.yml:/etc/grafana/provisioning/dashboards/dashboard-providers.yml
-
grafana_data:/var/lib/grafana
environment
:
-
GF_SECURITY_ADMIN_USER=admin
-
GF_SECURITY_ADMIN_PASSWORD=admin
-
GF_USERS_ALLOW_SIGN_UP=false
-
GF_INSTALL_PLUGINS=grafana-piechart-panel
# Default min interval is 5s, but can be configured lower
-
GF_DASHBOARDS_MIN_REFRESH_INTERVAL=2s
restart
:
unless-stopped
# TODO: Use more explicit networking setup when count is containerized
#ports:
...
...
@@ -61,7 +61,3 @@ services:
networks
:
monitoring
:
driver
:
bridge
volumes
:
prometheus_data
:
grafana_data
:
applications/llm/count/visualization/grafana.json
View file @
5cbeb5e7
...
...
@@ -572,7 +572,7 @@
]
}
],
"refresh"
:
"
5
s"
,
"refresh"
:
"
2
s"
,
"schemaVersion"
:
38
,
"style"
:
"dark"
,
"tags"
:
[
...
...
@@ -584,8 +584,8 @@
{
"current"
:
{
"selected"
:
false
,
"text"
:
"
back
en
d
"
,
"value"
:
"
backend
"
"text"
:
"
compon
en
t
"
,
"value"
:
"
vllm
"
},
"datasource"
:
{
"type"
:
"prometheus"
,
...
...
@@ -611,8 +611,8 @@
{
"current"
:
{
"selected"
:
false
,
"text"
:
"
g
en
erate
"
,
"value"
:
"
generate
"
"text"
:
"en
dpoint
"
,
"value"
:
"
load_metrics
"
},
"datasource"
:
{
"type"
:
"prometheus"
,
...
...
@@ -638,7 +638,7 @@
]
},
"time"
:
{
"from"
:
"now-
1
5m"
,
"from"
:
"now-5m"
,
"to"
:
"now"
},
"timepicker"
:
{},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment