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

GoogleCloudPlatform / google-cloud-python / 4651
100%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2016 01:25PM UTC
Jobs 1
Files 207
Run time 16s
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

pending completion
4651

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

Jobs
ID Job ID Ran Files Coverage
1 4651.1 02 Sep 2016 01:25PM UTC 0
100.0
Travis Job 4651.1
Source Files on build 4651
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4651
  • a237b2ca on github
  • Prev Build on master (#4620)
  • Next Build on master (#4654)
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