Marius Oehler

Results 51 issues of 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...

enhancement
area/agent

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...

enhancement
area/agent

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...

enhancement
good first issue
area/config-server

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...

enhancement
area/agent

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...

enhancement
area/config-ui

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...

enhancement
area/config-server

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...

enhancement
area/config-server

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...

enhancement
area/config-ui

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...

enhancement
good first issue
area/config-server

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`...

enhancement
area/general