Giter Club home page Giter Club logo

onsdigital.cloudflare_exporter's Introduction

Cloudflare exporter

A Prometheus exporter for Cloudflare metrics. Consumes metrics from the graphql analytics API.

Usage

Download a release or build the binary. Run cloudflare_exporter --help. Alternatively, read the kingpin command line flags / env vars in cloudflare_exporter.go.

Example kubernetes deployment configuration here.

Note that as per the Cloudflare docs, you'll need to use an account's API key, not an API token.

What does this do?

The Cloudflare analytics API exposes several data sets, not all of which the exporter supports yet. In general, these data sets must be queried over a finite (and recent) time window. Results usually consist of counts in time buckets, and are partitioned by some dimensions that differ from dataset to dataset. The exporter keeps track of these counters in memory, incrementing them with values from newer time buckets it obtains by scraping Cloudflare periodically, and exposes them to Prometheus.

Some Cloudflare analytics datasets can be partitioned by many dimensions. We map these dimensions onto Prometheus labels. If we were to map every possible dimension, then some of the resultant labels would have very high cardinality, which is known to cause performance issues with Prometheus. An example of such a dimension would be clientIP in firewallEventsAdaptiveGroups. Currently, the exporter is not flexible with regards to what it exposes as labels, and decisions about what cardinality is too high are based on the GitLab infrastructure team's use case. It's not impossible that this will change in the future.

Contributing

Feel free to open an issue and/or a merge request. Please check the list of existing issues and MRs first.

onsdigital.cloudflare_exporter's People

Contributors

superq avatar rlex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.