You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Custom OpenTelemetry Collector distribution"# a long name for the application. Optional.
75
75
include_core: true # whether the core components should be included in the distribution. Optional.
76
-
otelcol_version: "0.30.0"# the OpenTelemetry Collector version to use as base for the distribution. Optional.
76
+
otelcol_version: "0.31.0"# the OpenTelemetry Collector version to use as base for the distribution. Optional.
77
77
output_path: /tmp/otelcol-distributionNNN # the path to write the output (sources and binary). Optional.
78
78
version: "1.0.0"# the version for your custom OpenTelemetry Collector. Optional.
79
79
go: "/usr/bin/go"# which Go binary to use to compile the generated sources. Optional.
80
80
exporters:
81
-
- gomod: "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter v0.30.0"# the Go module for the component. Required.
81
+
- gomod: "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter v0.31.0"# the Go module for the component. Required.
82
82
import: "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter"# the import path for the component. Optional.
83
83
name: "alibabacloudlogserviceexporter"# package name to use in the generated sources. Optional.
84
84
path: "./alibabacloudlogserviceexporter"# in case a local version should be used for the module, the path relative to the current dir, or a full path can be specified. Optional.
85
85
replaces:
86
86
# a list of "replaces" directives that will be part of the resulting go.mod
0 commit comments