Ecosyste.ms: Awesome

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

https://github.com/rancher/opni

Multi Cluster Observability with AIOps
https://github.com/rancher/opni

aiops kubernetes logging monitoring observability

Last synced: 21 days ago
JSON representation

Multi Cluster Observability with AIOps

Lists

README

        

# Multi Cluster Observability with AIOps
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![codecov](https://codecov.io/gh/rancher/opni/branch/main/graph/badge.svg?token=9TYXGQ54FM)](https://codecov.io/gh/rancher/opni)
[![Go Report Card](https://goreportcard.com/badge/github.com/rancher/opni-monitoring)](https://goreportcard.com/report/github.com/rancher/opni-monitoring)

[![](https://get.pulumi.com/new/button.svg)](https://app.pulumi.com/new?template=https://github.com/rancher/opni)

Observability data comes in the form of ***logs, metrics and traces***.
The collection and storage of observability data is handled by observability backends and agents.
AIOps helps makes sense of this observability data.
[Opni](https://opni.io/) comes with all these nuts and bolts and can be used to self monitor a single cluster or be a centralized observability data sink for multiple clusters.

You can easily create the following with Opni:
* Backends
- **Opni Logging** - extends [Opensearch](https://opensearch.org) to make it easy to search, visualize and analyze **logs**, **traces** and **Kubernetes events**
- **Opni Monitoring** - extends [Cortex](https://cortexmetrics.io) to enable multi cluster, long term storage for **Prometheus metrics**

* Opni Agent
- Collects logs, Kubernetes events, OpenTelemetry traces and Prometheus metrics with the click of a button
* AIOps
* Alerting and SLOs

Check out the [docs page](https://opni.io/) to get started!

![alt text](https://opni-public.s3.us-east-2.amazonaws.com/v06_high_level_arch.png)

----

## License

Copyright (c) 2020-2022 [SUSE, LLC](http://suse.com)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.