Skip to content

Commit 956c0c0

Browse files
committed
remove unwanted changes
1 parent f460aa0 commit 956c0c0

File tree

5 files changed

+37
-174
lines changed

5 files changed

+37
-174
lines changed

ENV_VARS.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55

66
Agents can be configured using environment variables:
77

8-
| Name | Description |
9-
|------|-------------|
10-
| HT_ENABLED | When `true` the thread pool will be activated |
11-
| HT_NUM_WORKERS | Number of workers in the pool |
12-
| HT_BUFFER_SIZE | Buffer size for handling spikes |
13-
148
| Name | Description |
159
|------|-------------|
1610
| HT_SERVICE_NAME | Identifies the service/process running e.g. "my service" |

gen/go/proto/v1/config.proto

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,6 @@ message Telemetry {
201201
LogsExport logs = 3;
202202
}
203203

204-
// Generic thread pool config for different models
205-
message ThreadPool {
206-
// when `true` the thread pool will be activated
207-
google.protobuf.BoolValue enabled = 1;
208-
// number of workers in the pool
209-
google.protobuf.Int32Value num_workers = 2;
210-
// buffer size for handling spikes
211-
google.protobuf.Int32Value buffer_size = 3;
212-
}
213-
214-
215204
enum LogLevel {
216205
LOG_LEVEL_UNSPECIFIED = 0;
217206
LOG_LEVEL_TRACE = 1;

gen/go/v1/config.pb.go

Lines changed: 37 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/v1/config.pbloader.go

Lines changed: 0 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/hypertrace/agent/config/v1/config.proto

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,6 @@ message Telemetry {
201201
LogsExport logs = 3;
202202
}
203203

204-
// Generic thread pool config for different models
205-
message ThreadPool {
206-
// when `true` the thread pool will be activated
207-
google.protobuf.BoolValue enabled = 1;
208-
// number of workers in the pool
209-
google.protobuf.Int32Value num_workers = 2;
210-
// buffer size for handling spikes
211-
google.protobuf.Int32Value buffer_size = 3;
212-
}
213-
214-
215204
enum LogLevel {
216205
LOG_LEVEL_UNSPECIFIED = 0;
217206
LOG_LEVEL_TRACE = 1;

0 commit comments

Comments
 (0)