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

Generalize remote config #107

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

cataphract
Copy link

A general mechanism to subscribe to products. The user provides an arbitrary number of ProductListeners (listening to new configuration and to configuration renewal) and listeners running after all the ProductListeners have run.

Made a number of other improvements: RCTE2 support, check against the length, sending cached_target_files to avoid resending of configuration, and so on.

Conflicts:
	src/datadog/datadog_agent.cpp
	src/datadog/datadog_agent_config.cpp
	src/datadog/datadog_agent_config.h
	src/datadog/remote_config.cpp
	src/datadog/remote_config.h
	src/datadog/tracer.cpp
	src/datadog/tracer_config.cpp
	test/test_remote_config.cpp
	test/test_tracer.cpp
Directly converting a json node into std::vector<string::view> doesn't
owkr in older GCCs (tried: 8.3.0)
@cataphract cataphract requested a review from a team as a code owner May 16, 2024 10:52
@cataphract cataphract requested review from dmehala and removed request for a team May 16, 2024 10:52
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

Successfully merging this pull request may close these issues.

None yet

1 participant