Skip to content

Commit 19cd389

Browse files
committed
Create docs folder and move deployment-examples
1 parent fc9b4fb commit 19cd389

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ To monitor your Pure Storage appliances, you will need to create a new dedicated
2121

2222
The exporter is a Go application based on the Prometheus Go client library and [Resty](https://github.com/go-resty/resty), a simple but reliable HTTP and REST client library for Go . It is preferably built and launched via Docker. You can also scale the exporter deployment to multiple containers on Kubernetes thanks to the stateless nature of the application.
2323

24+
Detailed examples of how to deploy several configurations either using Docker or an executable binary can be in [docs/deployment-examples.md](docs/deployment-examples.md).
25+
2426
---
2527

2628
#### The official docker images are available at Quay.io
@@ -197,7 +199,6 @@ scrape_configs:
197199
See the Kubernetes [examples](examples/config/k8s) for a similar configuration that uses additional configuration items for a simple Prometheus+Kubernetes deployment, or for the more interesting Prometheus operator.
198200

199201
### Usage Examples
200-
Detailed examples of how to deploy several configurations either using Docker or an executable binary can be in [deployment examples](extra/deployment.md).
201202

202203
#### Docker
203204
In a typical production scenario, it is recommended to use a visual frontend for your metrics, such as [Grafana](https://github.com/grafana/grafana). Grafana allows you to use your Prometheus instance as a datasource, and create Graphs and other visualizations from PromQL queries. Grafana, Prometheus, are all easy to run as docker containers.
File renamed without changes.

0 commit comments

Comments
 (0)