interface OpenTelemetryCollector {
    manifestParameterMap?: Values;
    manifestPath: string;
}

Properties

manifestParameterMap?: Values

This parameter is optional and holds an object of type Values, with keys and values. The same key literals will need to be used within the manifest between double curly braces {{}} and the add-on will replace them with the related values. The following keys are already in use by the add-on and will be replaced in your manifest with configured values, if you want to use them: remoteWriteEndpoint, awsRegion, deploymentMode, namespace, clusterName. To use any of those you can just include e.g. {{remoteWriteEndpoint}} inside the manifest.

manifestPath: string

An alternative OpenTelemetryCollector if you need further cusomisation. If not provided, the default will be used.