Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: document fastly-exporter #143

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions service-catalog/fastly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@
[Fastly] is a [Content Delivery Network] (CDN) that caches content and makes it
available closer to the user.

## Fastly Exporter

[terraform/fastly-exporter] deploys the fastly-exporter, which makes the [Fastly Real-time analytics](https://www.fastly.com/documentation/reference/api/metrics-stats/realtime/) data available to Prometheus.

### Versions

These are the versions we need to keep up-to-date:

- Docker version of `ghcr.io/fastly/fastly-exporter`
- Terraform providers

## How-to Guides

- [How to test cache invalidations](./how-to-test-cache-invalidations.md)

[content delivery network]: https://en.wikipedia.org/wiki/Content_delivery_network
[fastly]: https://www.fastly.com/
[terraform/fastly-exporter]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/fastly-exporter