Skip to content

Commit

Permalink
Update configuration.md (#445)
Browse files Browse the repository at this point in the history
added s3 configuration note to the docs
  • Loading branch information
PietroPasotti authored Jan 28, 2025
1 parent 5e6d4df commit 988d382
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,20 @@ scrape_configs:
```
See [Prometheus documentation](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) for details about relabelling.
## S3 configuration
Parca supports using an S3-compatible bucket for storing profile data.
The s3 configuration uses [the Thanos config format](https://thanos.io/tip/thanos/storage.md/#s3).
For example:
```yaml
object_storage:
bucket:
type: "S3"
config:
bucket": "bucky",
endpoint": "some.s3.endpoint:8000",
secret_key": "foo",
access_key": "bar",
insecure: true
```

0 comments on commit 988d382

Please sign in to comment.