inspectit-ocelot
inspectit-ocelot copied to clipboard
inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
Currently, the project inconsistently uses the `I` prefix in interfaces. E.g., `public interface IGenericAction` and `public interface CommandExecutor`. We should adhere to a naming convention. In this ticket, a naming...
OpenTelemetry comes with instrumentations of multiple libraries and frameworks, which we could integrate into the Ocelot agent. This would mean we could rely on externally maintained code. However, it needs...
**Is your feature request related to a problem? Please describe.** Currently, whenever the class browser is closed and reopened, the last data fetched remains in the class browser. Hence, the...
As a developer, I would like the project layout to be restructured. Currently, there are many sub-projects whose relations can be hard to understand for new developers. Also, we are...
**Describe the bug** When agent commands are activated and the agent is in live-mode, a TimoutException is thrown when no new commands are there to fetch. **To Reproduce** Steps to...
A variety of modern IDEs have this feature implemented - there are hotkeys to jump to the delcaration of e.g. a specific function or variable. Especially for more complicated configurations,...
**Is your feature request related to a problem? Please describe.** Add a new Agent Command that allows the user to retrieve the jar dependencies of the application that an inspectIT...
The current documentation is based on Docusaurus. Meanwhile, there is Docusaurus 2, providing new features, bugs and security fixes. The currently used Docusaurus should be migrated to Docusaurus 2. See...
**Describe the bug** When the Config Server is started on a machine on which a gpg key is set for the local git user, the exception shown below occurs. **To...