Coder Social home page Coder Social logo

otel-lgtm-dev-chart's Introduction

OpenTelemetry Collector + LGTM (Grafana stack) Umbrella Helm Chart for Development only

โš ๏ธ This chart should be used as a tool for development only, and preferably locally (with a tool like Minikube).

Usage

Deployment

To use this chart, you can run these commands:

# Add the specific repository
helm repo add otel-lgtm-dev https://lerenn.github.io/packages/helm/otel-lgtm-dev

# Install the chart
helm upgrade --install lgtm otel-lgtm-dev/otel-lgtm-dev
# Add these arguments to separate to another namespace as it will pop a lot of resources:
# `--namespace <namespace> --create-namespace`

Link to application

Everything is customizable through the values.yaml. However, to use it out of the box, you should use one of these two variables as connection for your application opentelemetry exporters:

  • gRPC: lgtm-opentelemetry-collector.<namespace>:4317
  • HTTP: lgtm-opentelemetry-collector.<namespace>:4318

Important: for ease of use, TLS is disabled, you should add an argument to enable the insecure connection.

Display the Grafana interface

To access the Grafana interface, you should execute this command on a terminal:

kubectl port-forward -n <namespace> service/lgtm-grafana 8080:80

Then you can access the Grafana interface on localhost:8080.

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.