- Change manifests for Prometheus installation
- Change instructions for deploying Prometheus stack and Pushgateway - Additional grouping to pushgateway to avoid overwriting of metrics in different pods / processes - Bugfix to ensure good retrieval of css en js files in eveai_app
This commit is contained in:
@@ -439,6 +439,10 @@ class StagingConfig(Config):
|
||||
MINIO_SECRET_KEY = environ.get('MINIO_SECRET_KEY')
|
||||
MINIO_USE_HTTPS = True
|
||||
|
||||
# Push gateway grouping elements
|
||||
pod_name = os.getenv('POD_NAME')
|
||||
pod_namespace = os.getenv('POD_NAMESPACE')
|
||||
|
||||
|
||||
class ProdConfig(Config):
|
||||
DEVELOPMENT = False
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dist/chat-client.js": "dist/chat-client.25888758.js",
|
||||
"dist/chat-client.css": "dist/chat-client.eef0ef31.css",
|
||||
"dist/chat-client.js": "dist/chat-client.6bfbd765.js",
|
||||
"dist/chat-client.css": "dist/chat-client.33f904ba.css",
|
||||
"dist/main.js": "dist/main.f3dde0f6.js",
|
||||
"dist/main.css": "dist/main.c40e57ad.css"
|
||||
}
|
||||
Reference in New Issue
Block a user