Skip to content

Commit b4473ca

Browse files
committed
Updates TA to splunk-otel-collector v and marks TA as v1.4.1
1 parent 70d2c94 commit b4473ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packaging/technical-addon/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Used for building
22
SOURCE_DIR?=$(dir $(abspath $(lastword $(MAKEFILE_LIST))))
33
BUILD_DIR?=$(realpath .)/build
4-
OTEL_COLLECTOR_VERSION?=0.118.0
4+
OTEL_COLLECTOR_VERSION?=0.120.0
55
SPLUNK_OTELCOL_DOWNLOAD_BASE?=https://github.com/signalfx/splunk-otel-collector/releases/download
66
PLATFORM?=linux
77
ARCH?=amd64

packaging/technical-addon/Splunk_TA_otel/default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ label = Splunk Add-on for OpenTelemetry Agent
1818
[launcher]
1919
author = Splunk, Inc.
2020
description = Splunk Add-on for OpenTelemetry is used to easily deploy OpenTelemetry Agent alongside Splunk Universal Forwarder to collect traces and metrics
21-
version = 1.4.0
21+
version = 1.4.1
2222

2323
[package]
2424
id = Splunk_TA_otel
2525

2626
[id]
2727
name = Splunk_TA_otel
28-
version = 1.4.0
28+
version = 1.4.1

0 commit comments

Comments
 (0)