Microsphere Projects for Observability
Microsphere Observability
TODO
The easiest way to get started is by adding the Microsphere Observability BOM (Bill of Materials) to your project's pom.xml:
<dependencyManagement>
<dependencies>
...
<!-- Microsphere Observability Dependencies -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-observability-dependencies</artifactId>
<version>${microsphere-observability.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
...
</dependencies>
</dependencyManagement>${microsphere-observability.version} has two branches:
| Branches | Purpose | Latest Version |
|---|---|---|
| main | Compatible with Spring Cloud 2022.0.x - 2025.0.x | 0.2.0 |
| 1.x | Compatible with Spring Cloud Hoxton - 2021.0.x | 0.1.0 |
You don't need to build from source unless you want to try out the latest code or contribute to the project.
To build the project, follow these steps:
- Clone the repository:
git clone https://github.com/microsphere-projects/microsphere-observability.git- Build the source:
- Linux/MacOS:
./mvnw package- Windows:
mvnw.cmd packageWe welcome your contributions! Please read Code of Conduct before submitting a pull request.
- Before you log a bug, please search the issues to see if someone has already reported the problem.
- If the issue doesn't already exist, create a new issue.
- Please provide as much information as possible with the issue report.
TODO
The Microsphere Spring is released under the Apache License 2.0.