• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

GoogleCloudPlatform / google-cloud-python / 4651 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2016 01:25PM UTC
Files 207
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Sep 2016 01:10PM UTC coverage: 99.997%. Remained the same
4651.1

push

travis-ci

rimey
Add support for the comparison filters of Google Monitoring API (#2234)

* Add support for the comparison filters of Google Monitoring API

Google Monitoring API filters support <,<=,>,>= operators as described
in its documentation:
https://cloud.google.com/monitoring/api/v3/filters.

Current version of the library only has mappings of:

1. ’{key}_prefix:{value}' -> '{key} = starts_with("{value}")'
2. ’{key}_suffix:{value}' -> '{key} = ends_with("{value}")'

This patch introduces additional mappings of:

3. ’{key}_greater:{value}' -> '{key} > {value}'
4. ’{key}_greaterequal:{value}' -> '{key} >= {value}'
5. ’{key}_less:{value}' -> '{key} < {value}'
6. ’{key}_lessequal:{value}' -> '{key} <= {value}'

So that it is possible, for example, to filter based on the
response_code values range, as shown below:

metric.type = "appengine.googleapis.com/http/server/response_count"
    AND metric.label.response_code < 600
    AND metric.label.response_code >= 500

34596 of 34597 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 4651.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4651
  • Travis Job 4651.1
  • a237b2ca on github
  • Prev Job for on master (#4620.1)
  • Next Job for on master (#4654.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc