11 lines
No EOL
253 B
Text
11 lines
No EOL
253 B
Text
model {
|
|
|
|
extend edp {
|
|
container grafana 'Grafana' {
|
|
description 'Data visualization and monitoring'
|
|
icon tech:grafana
|
|
-> prometheus 'get metrics and alerts'
|
|
-> loki 'get logs'
|
|
}
|
|
}
|
|
} |