Giter Site home page Giter Site logo

opentelemetry's Introduction

opentelemetry

This is the solution for collecting the prometheus instrumented metrics from an application which is running on AWS ECS Fargate.

Problem statement:

The challenge we faced in setting up monitoring for ECS fargate was to get the list of ECS tasks dynamically so that we can monitor them.

Solution:

In this solution, we are leveraging the AWS opentelemetry collector (ADOT Collector) to collect the metrics and manage the service discovery of the fargate tasks (targets).

The approach is, we are using ecsobserver extension in aws-otel collector configuration and managing the service discovery using prometheus file based service discovery file_sd_configs

The ecsobserver uses the ECS/EC2 API to discover prometheus scrape targets from all running tasks and filter them based on service names, task definitions and container labels.

The collector configuration has three sections:

  1. Receiver - using prometheus receiver
  2. Processors - batch
  3. Exporter - prometheusremotewrite
  4. Extension - ecsobserver

In our case - the sample application is running on fargate task which is exposing the metrics on port 8080/metrics and we are running prometheus, ADOT collector and grafana on a EC2 instance as containers in the same VPC. In order to allow API calls to ECS we have attached the role having permissions to ec2 instance.

References:

opentelemetry's People

Contributors

ro6it 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.