Merge remote-tracking branch 'origin/api-v1.11.0' into dev
This commit is contained in:
commit
fffe458a76
3 changed files with 5 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ from routers.base import get_routers
|
|||
public_app, app, app_apikey = get_routers()
|
||||
|
||||
|
||||
@app.get('/health', tags=["health-check"])
|
||||
@app.get('/healthz', tags=["health-check"])
|
||||
def get_global_health_status():
|
||||
return {"data": health.get_health()}
|
||||
|
||||
|
|
|
|||
|
|
@ -414,7 +414,8 @@ $$
|
|||
'ml_excessive_scrolling',
|
||||
'ml_slow_resources',
|
||||
'custom',
|
||||
'js_exception'
|
||||
'js_exception',
|
||||
'mouse_thrashing'
|
||||
);
|
||||
END IF;
|
||||
|
||||
|
|
|
|||
|
|
@ -316,7 +316,8 @@ $$
|
|||
'ml_excessive_scrolling',
|
||||
'ml_slow_resources',
|
||||
'custom',
|
||||
'js_exception'
|
||||
'js_exception',
|
||||
'mouse_thrashing'
|
||||
);
|
||||
|
||||
CREATE TABLE issues
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue