mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-28 21:09:17 +02:00
dbfc75817a
* Remove k8s files * Add docker compose file * Update endpoint in main.go * Update README to use docker compose * Update CHANGELOG * Add Shutting down section for cleanup steps * Replace logging exporter with debug exporter --------- Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
9 lines
209 B
YAML
9 lines
209 B
YAML
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
scrape_configs:
|
|
- job_name: 'otel-collector'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['otel-collector:9090']
|