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 support to specifying the configuration of the agent under test #100

Open
rapphil opened this issue Sep 22, 2023 · 0 comments
Open

Add support to specifying the configuration of the agent under test #100

rapphil opened this issue Sep 22, 2023 · 0 comments

Comments

@rapphil
Copy link

rapphil commented Sep 22, 2023

Right now the configuration in the compliance tests is hard coded in the test targets. Example: https://github.com/prometheus/compliance/blob/main/remote_write_sender/targets/otel.go#L16

It would be useful if it was possible to specify the configuration from a file using command line parameters.

If the configuration is not in a file, it should fall back to the to the hard coded version.

The reason why we need this is because depending on the version of the target under test, we need to use different configurations.

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

No branches or pull requests

1 participant