Commit 715bab8
Apache and Ngnix OtelExporterOtlpHeaders changes (#240)
* Apache OtelExporterHeaders changes commit -1
Apache OtelExporterHeaders changes commit -1
* Update ApacheConfig.cpp
Added OTLP headers in getProcessConfig
* OtelExportHeader config count changes
config count added , env_config added
* appd_set_otelExporterOtlpHeaders correction
appd_set_otelExporterOtlpHeaders ApacheModuleOtelExporterHeaders are added
* Changes related OTLP headers
Added Tenant config changes
* Merge conflicts resolved regarding appd namespace
Merge conflicts resolved regarding appd namespace
* updating comments
updating comments
* Removed space
Removed extra space
* headers variable is correctly added
Added metadata asper the structure
* Adding otlp headers
Added Otlp headers instead of string
* Correcting typo
Correcting mistake in declaration
* Export headers tokenization
Export headers tokens parsing
* Changes for tokenization
Changes for tokenization
* appd to otel name change
appd to otel name change
* appd to otel
name change
* appd name change
appd name change
* corrections in name space
appd to otel
* Ngnix changes for OTEL Http Headers
Ngnix changes for OTEL Http Headers
* Declaration of ngx_str_t
ngx_str_t
* Updating variable
variable name
* Disabling OTEL headers
This is only for production not for dev
* Review comments addressed
Review comments added, name changes done
* Review comments -2
Changes in naming
* Api Utils change
Changes in ApiUtils to read from env
* Reverted unwanted space
Reverted unwanted space in Integration test
* Enabling the otel headers config
Enabling the otel headers config
* Checking for empty strings
Empty headers
* Disable OTLP headers
Disable OTLP headers
* Adding a check to fix IT
Integration test
* Reverting the check
Reverting some changes
* Initializaing the otelExporterEndpoint
otelExporterEndpoint initialization
* Updating README
updated the new about the new directive ApacheModuleOtelExporterHeaders
* Read me updated for OTEL exporter headers directive
Added Read me info on OTEL exporter headers
Co-authored-by: DEBAJIT DAS <[email protected]>1 parent 5313411 commit 715bab8
File tree
14 files changed
+98
-4
lines changed- instrumentation/otel-webserver-module
- conf/nginx
- include
- apache
- core/api
- src
- apache
- core
- api
- sdkwrapper
- nginx
14 files changed
+98
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
126 | 132 | | |
127 | 133 | | |
128 | 134 | | |
| |||
224 | 230 | | |
225 | 231 | | |
226 | 232 | | |
| 233 | + | |
227 | 234 | | |
228 | 235 | | |
229 | 236 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
124 | 132 | | |
125 | 133 | | |
126 | 134 | | |
| |||
432 | 440 | | |
433 | 441 | | |
434 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
435 | 447 | | |
436 | 448 | | |
437 | 449 | | |
| |||
771 | 783 | | |
772 | 784 | | |
773 | 785 | | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
774 | 789 | | |
775 | 790 | | |
776 | 791 | | |
| |||
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
343 | | - | |
| 342 | + | |
| 343 | + | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
| 346 | + | |
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
| |||
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
428 | 434 | | |
429 | 435 | | |
430 | 436 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
0 commit comments