Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inspectit/inspectit-gepard-agentmanager


https://github.com/inspectit/inspectit-gepard-agentmanager

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Welcome to the InspectIT Gepard Config-Server
InspectIT Gepard is an Extension for the OpenTelemetry Java agent,
enhancing your application with custom monitoring capabilities.
The agent is configured via a central configuration server,
which is responsible for providing instrumentation-rules, -scopes and -action along to configuration settings to the agent.
This repository contains the implementation of the configuration servers central component,
along with a User Interface for managing agents easily.

InspectIT Gepard is developed by Novatec Consulting GmbH and backed by VHV Group.
It´s purpose is to replace the InspectIT Ocelot project with a more modern and flexible approach, utilizing the OpenTelemetry standard.

## Getting Started
Currently, the project is in an early stage of development and not yet ready for production use.
However, if you want to try it out, you can follow the instructions in [CONTRIBUTING](./CONTRIBUTING.md).

## Local Setup
To persist the Config-Server configuration, we create a local Git repository. The path to the repository needs to be provided in the `application.yaml` with the property `inspectit-config-server.configurations.local-path`, e.g.
```
inspectit-config-server:
configurations:
local-path: ".config"
```

## Useful Links
- [SonarCloud](https://sonarcloud.io/)