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

Update yaml file examples for 0.14 #200

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
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
6 changes: 1 addition & 5 deletions docs/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ We also produce Docker images that can be pulled:
We provide an example configuration file that you can use to get Parca running, and the scrape configuration section should look familiar to anyone familiar with Prometheus.

```yaml
debug_info:
object_storage:
bucket:
type: "FILESYSTEM"
config:
directory: "./tmp"
cache:
type: "FILESYSTEM"
config:
directory: "./tmp"

scrape_configs:
- job_name: "default"
Expand Down
6 changes: 1 addition & 5 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ Parca obtains configuration information via a YAML file.
The overall structure of a config file for Parca is as follows:

```yaml
debug_info:
object_storage:
bucket:
type: "FILESYSTEM"
config:
directory: "./tmp"
cache:
type: "FILESYSTEM"
config:
directory: "./tmp"

scrape_configs:
# Section name, mandatory
Expand Down
6 changes: 1 addition & 5 deletions docs/systemd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,11 @@ adduser --system --no-create-home --group parca
Parca runs with an example configuration file by default, that makes Parca to scrape itself.

```yaml
debug_info:
object_storage:
bucket:
type: "FILESYSTEM"
config:
directory: "/tmp"
cache:
type: "FILESYSTEM"
config:
directory: "/tmp"

scrape_configs:
- job_name: "default"
Expand Down