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

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.

Awesome Lists containing this project

README

          


linsight-logo


An open-source, comprehensive observability platform for monitoring your applications and troubleshooting issues, similar to DataDog, New Relic, Grafana and others.

[![LICENSE](https://img.shields.io/github/license/lindb/linsight)](https://github.com/lindb/linsight/blob/main/LICENSE)
[![go](https://img.shields.io/github/go-mod/go-version/lindb/linsight)](https://github.com/lindb/linsight/blob/main/go.mod)
[![Go Report Card](https://goreportcard.com/badge/github.com/lindb/linsight)](https://goreportcard.com/report/github.com/lindb/linsight)


[![codecov](https://codecov.io/gh/lindb/linsight/branch/main/graph/badge.svg)](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.