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

Agent sends feedback to Configuration Server on request #21

Open
tingrida opened this issue Mar 13, 2025 · 0 comments
Open

Agent sends feedback to Configuration Server on request #21

tingrida opened this issue Mar 13, 2025 · 0 comments

Comments

@tingrida
Copy link

As a Config Server user, I would like to be able to receive feedback on certain agents in order to check whether the instrumentation is being carried out correctly. For example, I would like to be able to check which classes have already been instrumented by an agent.

For this purpose, it should be possible to query certain data from active agents from the configuration server. It is important to note that communication between the agent and server is ALWAYS initiated by the agent!

An agent command pattern was used in inspectIT Ocelot for this purpose.

Initially, for example, it could be started with a “Ping” command.

Acceptance criteria:

  • A “request” can be sent to selected agents in the Configuration Server
  • The agent's response is visible in the Configuration Server (via API or UI)

Communication schema:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant