Skip to content

zhijiahu/scope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Scope

An easy way to run monitoring against APIs


Getting started: 30 seconds to Scope

python scope/main.py -s ../examples

Configuring the APIs to monitor

For example in this YAML file, Scope will monitor Google defined in backends using resources defined in scenarios

backends:
  google: https://www.google.com

scenarios:
  - name: Image Search
    backend: google
    url: /imghp
    method: get

Releases

No releases published

Packages

No packages published