Metalens allows to build observability programs in a reactive and visual way. On Linux, these programs are compiled into eBPF and run in the kernel co

GitHub - nbaksalyar/metalens: Stream-based visual programming language for systems observability

submited by
Style Pass
2022-09-29 19:30:45

Metalens allows to build observability programs in a reactive and visual way. On Linux, these programs are compiled into eBPF and run in the kernel context, providing both efficiency and security.

WARNING: Currently, this repository contains only an experimental, throw-away proof-of-concept and the project is in the development stage.

To build the project, you need to install the latest version of the Rust compiler first. Please follow the instructions at https://rustup.rs/.

The core components are available under the terms of the Apache 2.0 license or the MIT license at your choice. The front-end code is distributed under the terms of GNU Affero General Public License.

Leave a Comment