osrm-backend/features/testbot/monitoring.feature
Lev Dragunov ef58783807 test fix
2020-10-20 17:35:01 +03:00

22 lines
450 B
Gherkin

@routing
Feature: Basic Prometheus monitoring
Background:
Given the profile "testbot"
Given a grid size of 100 meters
@smallest
Scenario: Monitoring fog test
Given the node map
"""
a b
"""
And the ways
| nodes |
| ab |
When I monitor I should get
| key | value |
| osrm_workers_busy | 0 |