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 ParcaScrapeConfig #1

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Add ParcaScrapeConfig #1

merged 1 commit into from
Jul 11, 2023

Conversation

ricoberger
Copy link
Owner

This commit adds a ParcaScrapeConfig Custom Resource Definition to the Parca Operator. The CRD can be used to create the "scrape_configs" section in the Parca configuration file via CRs.

A user must specify a selector for Pods in the CR, which is then used to generate the targets for the scrape configuration. This way the scrape configuration can be updated dynamically. All other values in the scrape configuration can also be specified in the CR (e.g. scrape interval, scrape timeout, etc.).

@ricoberger ricoberger added the changelog: added A new feature was added label Jul 11, 2023
@ricoberger ricoberger force-pushed the initial-development branch 2 times, most recently from 0b50190 to 051d63f Compare July 11, 2023 20:26
This commit adds a ParcaScrapeConfig Custom Resource Definition to the
Parca Operator. The CRD can be used to create the "scrape_configs"
section in the Parca configuration file via CRs.

A user must specify a selector for Pods in the CR, which is then used to
generate the targets for the scrape configuration. This way the scrape
configuration can be updated dynamically. All other values in the scrape
configuration can also be specified in the CR (e.g. scrape interval,
scrape timeout, etc.).
@ricoberger ricoberger marked this pull request as ready for review July 11, 2023 20:31
@ricoberger ricoberger merged commit 92da1b0 into main Jul 11, 2023
2 checks passed
@ricoberger ricoberger deleted the initial-development branch July 11, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant