fastly / fastly-exporter

A Prometheus exporter for the Fastly Real-time Analytics API
Apache License 2.0
99 stars 36 forks source link

add req_body_bytes_total and bereq_body_bytes_total metrics #48

Closed gaashh closed 4 years ago

gaashh commented 4 years ago

Add req_body_bytes_total and bereq_body_bytes_total metrics, the matching pairs of the existing req_header_bytes_total and bereq_header_bytes_total metrics

peterbourgon commented 4 years ago

There are probably several more fields that have become available since I first captured the response structure from rt.fastly.com, let me do a bit more research...

gaashh commented 4 years ago

Sure, the more the merrier :-) Thanks, Gaash

On Wed, Jun 17, 2020 at 6:20 PM Peter Bourgon notifications@github.com wrote:

There are probably several more fields that have become available since I first captured the response structure from rt.fastly.com, let me do a bit more research...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/peterbourgon/fastly-exporter/pull/48#issuecomment-645440813, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNPCWEI37NELJV5AOSPBHDRXDNLTANCNFSM4OATT7PQ .

gaashh commented 4 years ago

Can you please update with your additional metrics research status?

peterbourgon commented 4 years ago

Solved in #51, sorry it took so incredibly long, it was a real Pandora's box.

peterbourgon commented 4 years ago

Alpha release of the new fields here: https://github.com/peterbourgon/fastly-exporter/releases/tag/v6.0.0-alpha.1

If you can give it a try and report any issues I'd appreciate it :)