Skip to content

Change the config.yaml of distributions to use the OTLP receiver instead of Prometheus #836

@atoulme

Description

@atoulme

config.yaml contains a snippet to read internal metrics:

  # Collect own metrics
  prometheus:
    config:
      scrape_configs:
      - job_name: 'otel-collector'
        scrape_interval: 10s
        static_configs:
        - targets: ['0.0.0.0:8888']

It should be using OTLP now.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions