gavinzhou / hello-rails-apm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-rails-apm

vim influxdb_rails.rb

Set up your orangesys host and jwt_token

    config.client.hosts = ["<orangesys_endpoint>"]
    config.client.jwt_token = "<ornagesys_jwt_token>"
docker build -t hello-rails-apm .

docker run -it -d -p 4000:4000 hello-rails-apm

About


Languages

Language:Ruby 64.0%Language:Dockerfile 36.0%