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

Add documentation how to install fastly-exporter via Helm #109

Merged
merged 4 commits into from
Aug 8, 2022

Conversation

arslanbekov
Copy link
Contributor

@arslanbekov arslanbekov commented Aug 8, 2022

Added documentation on how to install the exporter via helm chart.
prometheus-community/helm-charts#2278

Signed-off-by: Denis Arslanbekov arslanbekov@gmail.com

Signed-off-by: Denis Arslanbekov <arslanbekov@gmail.com>
@arslanbekov
Copy link
Contributor Author

@peterbourgon hey, can review pls?

@peterbourgon
Copy link
Contributor

I think this belongs under Getting rather than Using. Something symmetric to the Docker instructions feels more appropriate.

Signed-off-by: Denis Arslanbekov <arslanbekov@gmail.com>
@arslanbekov
Copy link
Contributor Author

@peterbourgon that's right, thanks. Fixed

Signed-off-by: Denis Arslanbekov <arslanbekov@gmail.com>
Signed-off-by: Denis Arslanbekov <arslanbekov@gmail.com>
@shawnps shawnps merged commit b90bcee into fastly:main Aug 8, 2022
Comment on lines +33 to +49
### Helm chart

[Helm](https://helm.sh) must be installed to use the [prometheus-community/fastly-exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-fastly-exporter) chart.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

Once Helm is set up properly, add the repo as follows:

```sh
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
```

And install:

```sh
helm upgrade --install fastly-exporter prometheus-fastly-exporter --namespace monitoring --set token="fastly_api_token"
```

Copy link
Contributor

@peterbourgon peterbourgon Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helm

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm upgrade --install fastly-exporter prometheus-fastly-exporter --namespace monitoring --set token="fastly_api_token"

edit: oh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants