-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
task(observability): Enable UWSGI status endpoint and metrics for mul…
…tiple workers (#301) * task(observability): Adopt new base image * enable uwsgi status endpoint to export metrics through sidecar later * adding config to track metrics for different worker pids * correct name of the folder * add logrotate (it was supposed to be available on the parent img)
- Loading branch information
Marcelo R Costa
authored
Jan 12, 2021
1 parent
83bf85e
commit 3c9ef24
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
rm -Rf $1 | ||
mkdir $1 | ||
chmod 755 $1 | ||
chown 100:101 $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters