You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the discussion in the Operator SIG, the plan is for the Operator to take on creating a container that is able to remotely configure OpenTelemetryCollector CRDs via OpAMP. The design documents for this proposal can be read here.
I'm planning on taking on this work in the coming weeks/months. I plan to create a new directory in the operator repo's cmd folder with a remoteconfiguration service. This container will be built in the same way as the target allocator. The service will be marked as alpha in its README.md. There's probably a few more organizational tasks related to this that will need to be done.
Todo (part 1)
Create the new directory for the remoteconfiguration service
Create a valid opamp agent in the remote configuration
Report health and status via OpAMP
Connect the opamp agent to a valid operator opamp server
Allow the remoteconfiguration service to create OpenTelemetryCollector CRDs
Create collector CRDs from received messages from opamp
Per the discussion in the Operator SIG, the plan is for the Operator to take on creating a container that is able to remotely configure OpenTelemetryCollector CRDs via OpAMP. The design documents for this proposal can be read here.
I'm planning on taking on this work in the coming weeks/months. I plan to create a new directory in the operator repo's
cmd
folder with a remoteconfiguration service. This container will be built in the same way as the target allocator. The service will be marked as alpha in its README.md. There's probably a few more organizational tasks related to this that will need to be done.Todo (part 1)
Todo (part 2)
Todo (part 3)
The text was updated successfully, but these errors were encountered: