Giter Site home page Giter Site logo

opentelemetry-rails-example's People

Contributors

michal-kazmierczak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

opentelemetry-rails-example's Issues

Sending OpenTelemetry traces from Collector to Prometheus to create RED Dashboards

In your setup, all the Otel instruments' traces are sent to Tempo, and from there, we can "Explore" them from Grafana.

I found difficulties in digesting the info from Tempo to generate Dashboards like this one:

I think they are called RED metrics.

I asked the Grafana community, and they explained to me that we have to expose the Otel traces in the Collector to Prometheus (on top of sending them to Tempo) so we can generate metrics dashboards as the suggested.

What are your thoughts about this? Do you think it should be included in your setup?

Why to push the Rails logs to the STDOUT?

promtail is perfectly capable of scraping the logs from my-app/logs/ and is simpler and more intuitive:

  promtail:
    image: grafana/promtail:3.0.0
    volumes:
      - ./docker/promtail/config.yml:/etc/promtail/config.yml
      - ./log/:/var/log/rails/:ro
    command: -config.file=/etc/promtail/config.yml

I am asking because your repo inspires me, and it helped me a lot. I want to know I am not missing anything.

Thanks for your work

Integrate `influxdb-rails` to instrument the Rails app

I am seeing these nice Dashboards specialized in Rails apps:

With monitors for Jobs, Exceptions, and more

It requires generating metrics with the influxdb-rails that specializes in instrumenting rails apps:

It requires, of course, an InfluxDB instance.

Do you think this setup adds any value to the setup this project already has?

Or do you think we can achieve the same level of Rails specialized Dashboards with the prometheus-client metrics?

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.