https://github.com/aelfproject/aelf-observability-setup
https://github.com/aelfproject/aelf-observability-setup
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-observability-setup
- Owner: AElfProject
- License: mit
- Created: 2024-07-19T04:20:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T08:58:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T15:42:50.949Z (about 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AElf Observability Environment
An OpenTelemetry Observability Environment including Otel Collector and Observability Backend.
- [About The Project](#about-the-project)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Start Up](#start-up)
- [Tear Down](#tear-down)
- [Contributing](#contributing)
- [License](#license)
## About The Project
An OpenTelemetry Observability Environment including Otel Collector and Observability Backend.
**Jaeger**: http://localhost:16686/
**Prometheus**: http://localhost:9090/
**Grafana**: http://localhost:3000/
**OpenTelemetry Collector**: http://localhost:4315/
**Kibana**: http://localhost:5601/
**ElasticSearch**: http://localhost:9200/
## Getting Started
### Installation
Before using this local setup, please install docker:
[Docker Mac Installation](https://docs.docker.com/desktop/install/mac-install/)
### Start Up
To start up the whole service, please run the following command in root directory:
```bash
docker-compose up
```
### Tear Down
To tear down the entire service, please run the following command in root directory:
```bash
docker-compose down
```
## Contributing
If you encounter a bug or have a feature request, please use the [Issue Tracker](https://github.com/AElfProject/aelf-observability-setup/issues/new). The project is also open to contributions, so feel free to fork the project and open pull requests.
## License
Distributed under the MIT License. See [License](LICENSE) for more information.