https://github.com/lindb/linsight
Linsight is an open-source, comprehensive observability platform for monitoring your applications and troubleshooting issues, similar to DataDog, New Relic, Grafana and others.
https://github.com/lindb/linsight
alerting dashboard go monitoring observability
Last synced: 9 months ago
JSON representation
Linsight is an open-source, comprehensive observability platform for monitoring your applications and troubleshooting issues, similar to DataDog, New Relic, Grafana and others.
- Host: GitHub
- URL: https://github.com/lindb/linsight
- Owner: lindb
- License: apache-2.0
- Created: 2023-03-14T01:09:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T06:40:59.000Z (about 1 year ago)
- Last Synced: 2025-09-14T08:20:20.644Z (10 months ago)
- Topics: alerting, dashboard, go, monitoring, observability
- Language: TypeScript
- Homepage:
- Size: 1.18 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

An open-source, comprehensive observability platform for monitoring your applications and troubleshooting issues, similar to DataDog, New Relic, Grafana and others.
[](https://github.com/lindb/linsight/blob/main/LICENSE)
[](https://github.com/lindb/linsight/blob/main/go.mod)
[](https://goreportcard.com/report/github.com/lindb/linsight)
[](https://codecov.io/gh/lindb/linsight)
## Features
- **Unified Observability**: Linsight brings together logs, metrics, traces, and events in a single platform, providing a holistic view of your application's performance and health.
- **Distributed Tracing**: Gain deep insights into your application's performance by visualizing and analyzing traces across distributed systems.
- **Rich Visualization**: Create beautiful, interactive dashboards with a variety of visualization options, such as graphs, tables, lists, gauges, and more.
- **Alerting**: Set up custom alerts to notify you of potential issues in your applications, ensuring you can address problems before they impact your users.
- **Anomaly Detection**: Leverage advanced machine learning algorithms to automatically detect and highlight anomalies in your application performance data.
- **User-friendly Interface**: Linsight's intuitive UI makes it easy for both beginners and experienced users to navigate, configure, and manage their monitoring setup.
## Getting Started
### Docker
```sh
docker run --name=linsight -p 8080:8080 lindata/linsight
```
Open your browser and navigate to [http://localhost:8080](http://localhost:8080) to access the Linsight web interface.
## License
Linsight is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.