Commit 92ebea0
committed
refactor(otlp exporter): refactor client certificate and key handling
- Moved `client_key_file` and `client_certificate_file` to local variables as suggested.
- Added a comment explaining the retention of these as instance variables for testing purposes.
- Addressed all review comments to improve code readability and maintainability.1 parent 1e3ed88 commit 92ebea0
File tree
1 file changed
+3
-3
lines changed- exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments