@@ -31,7 +31,7 @@ TFO-Agent is fully aligned with the TelemetryFlow ecosystem, sharing the same Op
3131
3232``` mermaid
3333graph LR
34- subgraph "TelemetryFlow Ecosystem v1.1.0 "
34+ subgraph "TelemetryFlow Ecosystem v1.1.1 "
3535 subgraph "Instrumentation"
3636 SDK[TFO-Go-SDK<br/>OTEL SDK v1.39.0]
3737 end
@@ -58,9 +58,9 @@ graph LR
5858
5959| Component | Version | OTEL Base | Description |
6060| -----------| ---------| -----------| -------------|
61- | ** TFO-Agent** | v1.1.0 | SDK v1.39.0 | Telemetry collection agent |
62- | ** TFO-Go-SDK** | v1.1.0 | SDK v1.39.0 | Go instrumentation SDK |
63- | ** TFO-Collector** | v1.1.0 | Collector v0.142.0 | Central telemetry collector |
61+ | ** TFO-Agent** | v1.1.1 | SDK v1.39.0 | Telemetry collection agent |
62+ | ** TFO-Go-SDK** | v1.1.1 | SDK v1.39.0 | Go instrumentation SDK |
63+ | ** TFO-Collector** | v1.1.1 | Collector v0.142.0 | Central telemetry collector |
6464
6565## Features
6666
@@ -158,7 +158,7 @@ docker run -d --name tfo-agent \
158158Create configuration file at ` /etc/tfo-agent/tfo-agent.yaml ` :
159159
160160``` yaml
161- # TelemetryFlow Platform Configuration (v1.1.0 +)
161+ # TelemetryFlow Platform Configuration (v1.1.1 +)
162162telemetryflow :
163163 api_key_id : " ${TELEMETRYFLOW_API_KEY_ID}"
164164 api_key_secret : " ${TELEMETRYFLOW_API_KEY_SECRET}"
@@ -208,7 +208,7 @@ buffer:
208208### Environment Variables
209209
210210` ` ` bash
211- # TelemetryFlow Platform (v1.1.0 +)
211+ # TelemetryFlow Platform (v1.1.1 +)
212212export TELEMETRYFLOW_ENDPOINT="localhost:4317"
213213export TELEMETRYFLOW_API_KEY_ID="tfk_your_key_id"
214214export TELEMETRYFLOW_API_KEY_SECRET="tfs_your_key_secret"
0 commit comments