77
88 <h3 >TelemetryFlow Agent (OTEL Agent)</h3 >
99
10- [ ![ Version] ( https://img.shields.io/badge/Version-1.1.2 -orange.svg )] ( CHANGELOG.md )
10+ [ ![ Version] ( https://img.shields.io/badge/Version-1.1.3 -orange.svg )] ( CHANGELOG.md )
1111[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
1212[ ![ Go Version] ( https://img.shields.io/badge/Go-1.24+-00ADD8?logo=go )] ( https://golang.org/ )
1313[ ![ OTEL SDK] ( https://img.shields.io/badge/OpenTelemetry_SDK-1.39.0-blueviolet )] ( https://opentelemetry.io/ )
@@ -32,7 +32,7 @@ TFO-Agent is fully aligned with the TelemetryFlow ecosystem, sharing the same Op
3232
3333``` mermaid
3434graph LR
35- subgraph "TelemetryFlow Ecosystem v1.1.2 "
35+ subgraph "TelemetryFlow Ecosystem v1.1.3 "
3636 subgraph "Instrumentation"
3737 SDK[TFO-Go-SDK<br/>OTEL SDK v1.39.0]
3838 end
@@ -59,9 +59,9 @@ graph LR
5959
6060| Component | Version | OTEL Base | Description |
6161| ----------------- | ------- | ------------------ | --------------------------- |
62- | ** TFO-Agent** | v1.1.2 | SDK v1.39.0 | Telemetry collection agent |
63- | ** TFO-Go-SDK** | v1.1.2 | SDK v1.39.0 | Go instrumentation SDK |
64- | ** TFO-Collector** | v1.1.2 | Collector v0.142.0 | Central telemetry collector |
62+ | ** TFO-Agent** | v1.1.3 | SDK v1.39.0 | Telemetry collection agent |
63+ | ** TFO-Go-SDK** | v1.1.3 | SDK v1.39.0 | Go instrumentation SDK |
64+ | ** TFO-Collector** | v1.1.3 | Collector v0.142.0 | Central telemetry collector |
6565
6666## Features
6767
@@ -137,11 +137,11 @@ docker-compose down
137137``` bash
138138# Build image
139139docker build \
140- --build-arg VERSION=1.1.2 \
140+ --build-arg VERSION=1.1.3 \
141141 --build-arg GIT_COMMIT=$( git rev-parse --short HEAD) \
142142 --build-arg GIT_BRANCH=$( git rev-parse --abbrev-ref HEAD) \
143143 --build-arg BUILD_TIME=$( date -u ' +%Y-%m-%dT%H:%M:%SZ' ) \
144- -t telemetryflow/telemetryflow-agent:1.1.2 .
144+ -t telemetryflow/telemetryflow-agent:1.1.3 .
145145
146146# Run container
147147docker run -d --name tfo-agent \
@@ -151,7 +151,7 @@ docker run -d --name tfo-agent \
151151 -p 13133:13133 \
152152 -v /path/to/config.yaml:/etc/tfo-agent/tfo-agent.yaml:ro \
153153 -v /var/lib/tfo-agent:/var/lib/tfo-agent \
154- telemetryflow/telemetryflow-agent:1.1.2
154+ telemetryflow/telemetryflow-agent:1.1.3
155155```
156156
157157### OTEL Collector Ports
@@ -193,7 +193,7 @@ POST http://localhost:4318/v1/logs
193193Create configuration file at ` /etc/tfo-agent/tfo-agent.yaml ` :
194194
195195``` yaml
196- # TelemetryFlow Platform Configuration (v1.1.2 +)
196+ # TelemetryFlow Platform Configuration (v1.1.3 +)
197197telemetryflow :
198198 api_key_id : " ${TELEMETRYFLOW_API_KEY_ID}"
199199 api_key_secret : " ${TELEMETRYFLOW_API_KEY_SECRET}"
@@ -243,7 +243,7 @@ buffer:
243243### Environment Variables
244244
245245` ` ` bash
246- # TelemetryFlow Platform (v1.1.2 +)
246+ # TelemetryFlow Platform (v1.1.3 +)
247247export TELEMETRYFLOW_ENDPOINT="localhost:4317"
248248export TELEMETRYFLOW_API_KEY_ID="tfk_your_key_id"
249249export TELEMETRYFLOW_API_KEY_SECRET="tfs_your_key_secret"
0 commit comments