Giter Site home page Giter Site logo

xpanse-observability's Introduction

xpanse-observability

We aim to provide observability to xpanse project with flexibility at its core. This is similar to all other features in the xpanse ecosystem.

The main element in the xpanse observability feature is the use of openTelemetry to generate data. We use all instrumentation provided by openTelemetry to generate traces, metrics and logs.

Components

  1. openTelemetry SDK - This is running with the application being observed. It generates all traces, metrics and logs and forwards it to the collector.
  2. openTelemetry Collector - This is an independent process that receives all data exported from the openTelemetry SDKs and forwards to other systems as required. The collector need not be the official openTelemetry collector from openTelemetry always but can be any system such as Jaeger, Grafana stack, etc that have the OLTP (OpenTelemetry Protocol) implemented to receive data.
  3. Backend - This is also one or many independent system(s) that can store the generated data and provide ways to visualize, report, etc with the data captured.

Reference Implementation

Similar to our other components, we provide a reference implementation for observability too. This can be found under grafana-stack folder. This implementation uses the following components.

  1. openTelemetry Collector container
  2. Grafana Tempo - For collecting Traces
  3. Grafana Prometheus - For collecting Metrics
  4. Grafana Loki - For collecting logs
  5. Grafana UI - For viewing all data collected

This implementation uses basic configurations such as local backend to store data and single containers to host all components. The components can be scaled and re-configured as necessary.

Start Reference Implementation

The complete reference implementation stack can be started using the below commands

cd grafana-stack
docker compose up

This command will start 5 containers and the granfana UI can be accessed on port 4000.

xpanse-observability's People

Contributors

iskey avatar eclipse-xpanse-bot avatar swaroopar 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.