feat: add Daedalus application configuration, database setup, and monitoring alerts
This commit is contained in:
@@ -111,6 +111,20 @@ loki.source.syslog "jupyterlab_logs" {
|
||||
forward_to = [loki.write.default.receiver]
|
||||
}
|
||||
|
||||
loki.source.syslog "daedalus_logs" {
|
||||
listener {
|
||||
address = "127.0.0.1:{{daedalus_syslog_port}}"
|
||||
protocol = "tcp"
|
||||
syslog_format = "{{ syslog_format }}"
|
||||
labels = {
|
||||
job = "daedalus",
|
||||
hostname = "{{inventory_hostname}}",
|
||||
environment = "{{deployment_environment}}",
|
||||
}
|
||||
}
|
||||
forward_to = [loki.write.default.receiver]
|
||||
}
|
||||
|
||||
loki.write "default" {
|
||||
endpoint {
|
||||
url = "{{loki_url}}"
|
||||
|
||||
Reference in New Issue
Block a user