Marius Oehler
Marius Oehler
Ensure that asynchronous servlet executions collects the correct metrics. E.g. the response time should consider the asynchronous execution and not only the method duration of the service method because this...
In the current state of the `EnvironmentTagsProvider` only a single network adress is provided for usage as a metric tag. If a system constists multiple network adresses (when multiple network...
The configuration server provides the ability to track changes in the working directory, by using a local Git repository. Currently, a file is marked as removed and added (as a...
In this ticket, the default configuration should be extended in order to collect data based on JMS messages (number of outgoing/incoming messages ,traces of sending and receiving points). This should...
When a user adds a new file or directory using the configuration UI, it can be done using the buttons located above file tree. Pressing them will open a new...
For easier usage of the configuration server's web-UI, the configuration server should be able to support a proxy authentication. If the config server is used behind a reverse proxy, which...
In order to list all configuration files which have been modified/deleted/added but not be promoted to the configuration server's live branch, the configuration server provides a HTTP endpoint for fetching...
Currently, the timeout for each request made by the configuration server's web UI is at 5 seconds. This is quite optimistic and leads often to timeouts in case the configuration...
Currently, the configuration server's working directory contain files which will not be committed, e.g. the "users.db" file. When showing the working directories Git status, these files will always appear as...
Currently, a major part of the repository is formatted using some default IDE code-style settings. The project should be formatted using common code-style settings which are provided in the `codequality/idea/code_style.xml`...