Skip to content

Commit

Permalink
Update README with worker metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ar committed Sep 28, 2021
1 parent 4b21a61 commit e3b59b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We help companies build, run, deploy and scale software and infrastructure by em

## Description

Prometheus exporter exposing Cloudflare Analytics dashboard data on per-zone basis.
Prometheus exporter exposing Cloudflare Analytics dashboard data on a per-zone basis, as well as Worker metrics.
The exporter is also able to scrape Zone metrics by Colocations (https://www.cloudflare.com/network/).

## Grafana Dashboard
Expand Down Expand Up @@ -67,6 +67,8 @@ The original method of zone filtering by using env variables `ZONE_<name>` is no
## List of available metrics

```
# HELP cloudflare_worker_errors_count Number of errors by script name
# HELP cloudflare_worker_requests_count Number of requests sent to worker by script name
# HELP cloudflare_zone_bandwidth_cached Cached bandwidth per zone in bytes
# HELP cloudflare_zone_bandwidth_content_type Bandwidth per zone per content type
# HELP cloudflare_zone_bandwidth_country Bandwidth per country per zone
Expand Down

0 comments on commit e3b59b3

Please sign in to comment.