Skip to content

Instantly share code, notes, and snippets.

View suhaasprasad's full-sized avatar

Suhaas Prasad suhaasprasad

View GitHub Profile
@suhaasprasad
suhaasprasad / metric_constants.py
Last active March 26, 2019 18:20 — forked from danish1010/sample.py
SAMPLE API INTERFACE
MEASURE_DEMO_TASK_NAMESPACE = 'manage.project.demo_task'
MEASURE_DEMO_TASK_PROFILE_DOCUMENTATION = 'Measure throughput, latency and errors for demo task'
MEASURE_DEMO_TASK_STRIPE_CALL = 'stripe_call'
MEASURE_DEMO_TASK = Profile(
documentation = MEASURE_DEMO_TASK_PROFILE_DOCUMENTATION,
namespace = MEASURE_DEMO_TASK_NAMESPACE
)