-
Notifications
You must be signed in to change notification settings - Fork 0
/
builder-config.yaml
30 lines (25 loc) · 1.06 KB
/
builder-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2023 William Perron. All rights reserved. MIT License.
dist:
name: otelcol-dev
description: Basic Otel Collector for development
otelcol_version: 0.95.0
version: 0.2.0-rc2
output_path: ./bin/otelcol-dev
exporters:
- gomod:
# NOTE: Prior to v0.86.0 use the `loggingexporter` instead of `debugexporter`.
go.opentelemetry.io/collector/exporter/debugexporter v0.95.0
- gomod:
go.opentelemetry.io/collector/exporter/otlpexporter v0.95.0
- gomod:
go.wperron.io/sqliteexporter v0.2.0-rc2 # use the exporter from this repo
processors:
- gomod:
go.opentelemetry.io/collector/processor/batchprocessor v0.95.0
receivers:
- gomod:
go.opentelemetry.io/collector/receiver/otlpreceiver v0.95.0
replaces:
# a list of "replaces" directives that will be part of the resulting go.mod
# This replace statement is necessary since the newly added component is not found/published to GitHub yet. Replace references to GitHub path with the local path
- go.wperron.io/sqliteexporter => /home/wperron/github.com/wperron/sqliteexporter