Monitoring

Monitoring feature will be greatly improved in future version !Better performance, Better graphic presentation
Filters
Filter allow you sample or search logs from the monitoring section to investigate or check that everything work as expected
Time Frame
8 pre configured time frames are available (past month, past week, past day, past 3 hours, past hour, past 30 minutes, past 15 minutes, past 5 minutes, past 5 minutes). You can also defined arbitrary time frame.
Dimensions
You can filter on following values :
Name | Value | Description |
---|---|---|
url | string | Filter on url, support glob operator with. e.g: https://*.wikipedia.org/wiki/* |
success | bool 1 or 0 - true or false | Filter on success or failed request - include >= 500 and network errors |
host | string | Filter on host, host include sub domain, support glob operator with. e.g: *.google.com |
root_host | string | Filter on root host, do not include sub domain, support glob operator with. e.g: goo*.com |
method | string | Filter on method, supported values : GET, PUT, POST, PATCH |
status_code | int |
Filter on status code e.g: 401
|
cache | bool 1 or 0 - true or false | Filter on scrape where cache is activated or not |
origin | string | Filter on origin, supported values : API, SCHEDULER |
retries | int | Filter on retries amount |
elapsed_time | int | Filter on duration |
js | bool 1 or 0 - true or false | Filter on scrape where javascript is rendered or not |
project | string | Filter by project name |
Chaining Filters & Multi Values
You can chain multiple filters with space.
status_code:200 host:*.wikipedia.org success:0 duration:>=5
You can filter over multiple values, in this case, OR
operator is applied
status_code:401,500,502,503
Operators
Following operators are supported :
=
Equal!
Not equal>
Greater than>=
Greater or equal than<
Lower than<=
Lower or equal than