joe-elliott / tempo-otel-example

64 stars 23 forks source link

A little bug, leak ./etc/tempo-query.yaml file #10

Open Leadrive opened 2 years ago

Leadrive commented 2 years ago

docker-compose.yaml

  tempo-query:
    image: grafana/tempo-query:0.7.0
    environment:
    - BACKEND=tempo:80
    volumes:
    - ./etc/tempo-query.yaml:/etc/tempo-query.yaml

I think the file content is: backend: "tempo:80"

joe-elliott commented 2 years ago

yeah, could probably remove the config volume since the env var is there

Leadrive commented 2 years ago
  loki:
    image: grafana/loki:2.2.1
    command: -config.file=/etc/loki/local-config.yaml

local-config.yaml not exist. I found it in the docker, this file created by loki automatic?

joe-elliott commented 2 years ago

I honestly don't know. Probably.