Giter Site home page Giter Site logo

obsv's Introduction

obsv

Simple Observability Platform

Deployment

All services are packaged as an all-in-one executable, which can be configured to serve only specific services (deployed separately).

cargo run --bin osv

Overview

flowchart LR
    in_http["HTTP (Otlp, events)"]
    in_grpc[Otel GRPC]
    in_services[Services]

    out_api[API]
    out_dash[Dashboard]
    out_status[Status page]
    out_notifs[Notifications]

    subgraph obsv [Obsv]
        coll[Collector]
        monitor[Monitor]
        db["DB (ClickHouse)"]
        api[Data API]
        dash[Dashboard]
        status[Status page]
        notify[Notifier]
    end

    in_grpc --> |:4317| coll
    in_http --> |:4318| coll
    in_services --> monitor

    coll --> db
    db --> api
    monitor --> db
    db --> notify

    api --> |:5001| out_api
    dash --> |:5002| out_dash
    status --> |:5003| out_status
    notify --> |emails, hooks| out_notifs
Loading

Repo organization

  • obsv-core: core structures and utilities
  • obsv-collect: collector service
  • obsv-monitor: monitoring service
  • obsv-api: data API service
  • obsv-notify: notification service
  • obsv-dash: dashboard service
  • obsv-status: status page service
  • obsv-bin: executable
  • lib/**: shared libraries

Similar tools

  • Jaeger: tracing collector and dashboard
  • Prometheus: metrics and alerting toolkit
  • teletrace: tracing collector and dashboard (ElasticSearch DB + Collector/Server).
  • Vigil: monitors, alerts, status page
  • QRYN: observability platform
  • ...

obsv's People

Contributors

nlargueze avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.