Skip to content

Commit

Permalink
Enable logging to grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiklimuk committed Jun 28, 2024
1 parent 7b444ad commit 5221b48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions operations/anon-da-node-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ V3BandwidthsFile /var/lib/sbws/v3bw/latest.v3bw
service {
name = "dir-auth-dev"
port = "dirport"
tags = ["logging"]
check {
name = "dir auth alive"
type = "tcp"
Expand Down
1 change: 1 addition & 0 deletions operations/anon-da-node-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ V3BandwidthsFile /var/lib/sbws/v3bw/latest.v3bw
service {
name = "dir-auth-live"
port = "dirport"
tags = ["logging"]
check {
name = "dir auth alive"
type = "tcp"
Expand Down
1 change: 1 addition & 0 deletions operations/anon-da-node-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ V3BandwidthsFile /var/lib/sbws/v3bw/latest.v3bw
service {
name = "dir-auth-stage"
port = "dirport"
tags = ["logging"]
check {
name = "dir auth alive"
type = "tcp"
Expand Down

0 comments on commit 5221b48

Please sign in to comment.