@@ -48,18 +48,18 @@ logger_provider:
4848 # Configure exporter to be OTLP with HTTP transport.
4949 otlp_http :
5050 endpoint : http://localhost:4318/v1/logs
51- # Configure certificate.
52- # Absolute path to certificate file.
51+ # Configure certificate used to verify a server's TLS credentials .
52+ # Absolute path to certificate file in PEM format .
5353 # If omitted or null, system default certificate verification is used for secure connections.
54- certificate : /app/cert.pem
54+ certificate_file : /app/cert.pem
5555 # Configure mTLS private client key.
56- # Absolute path to client key in PEM format. If set, .client_certificate must also be set.
56+ # Absolute path to client key file in PEM format. If set, .client_certificate must also be set.
5757 # If omitted or null, mTLS is not used.
58- client_key : /app/cert.pem
58+ client_key_file : /app/cert.pem
5959 # Configure mTLS client certificate.
60- # Absolute path to certificate file. If set, .client_key must also be set.
60+ # Absolute path to client certificate file in PEM format . If set, .client_key must also be set.
6161 # If omitted or null, mTLS is not used.
62- client_certificate : /app/cert.pem
62+ client_certificate_file : /app/cert.pem
6363 # Configure headers. Entries have higher priority than entries from .headers_list.
6464 # If an entry's .value is null, the entry is ignored.
6565 headers :
@@ -90,18 +90,18 @@ logger_provider:
9090 # Configure endpoint.
9191 # If omitted or null, http://localhost:4317 is used.
9292 endpoint : http://localhost:4317
93- # Configure certificate.
94- # Absolute path to certificate file.
93+ # Configure certificate used to verify a server's TLS credentials .
94+ # Absolute path to certificate file in PEM format .
9595 # If omitted or null, system default certificate verification is used for secure connections.
96- certificate : /app/cert.pem
96+ certificate_file : /app/cert.pem
9797 # Configure mTLS private client key.
98- # Absolute path to client key in PEM format. If set, .client_certificate must also be set.
98+ # Absolute path to client key file in PEM format. If set, .client_certificate must also be set.
9999 # If omitted or null, mTLS is not used.
100- client_key : /app/cert.pem
100+ client_key_file : /app/cert.pem
101101 # Configure mTLS client certificate.
102- # Absolute path to certificate file. If set, .client_key must also be set.
102+ # Absolute path to client certificate file in PEM format . If set, .client_key must also be set.
103103 # If omitted or null, mTLS is not used.
104- client_certificate : /app/cert.pem
104+ client_certificate_file : /app/cert.pem
105105 # Configure headers. Entries have higher priority than entries from .headers_list.
106106 # If an entry's .value is null, the entry is ignored.
107107 headers :
@@ -222,18 +222,18 @@ meter_provider:
222222 # Configure endpoint, including the metric specific path.
223223 # If omitted or null, http://localhost:4318/v1/metrics is used.
224224 endpoint : http://localhost:4318/v1/metrics
225- # Configure certificate.
226- # Absolute path to certificate file.
225+ # Configure certificate used to verify a server's TLS credentials .
226+ # Absolute path to certificate file in PEM format .
227227 # If omitted or null, system default certificate verification is used for secure connections.
228- certificate : /app/cert.pem
228+ certificate_file : /app/cert.pem
229229 # Configure mTLS private client key.
230- # Absolute path to client key in PEM format. If set, .client_certificate must also be set.
230+ # Absolute path to client key file in PEM format. If set, .client_certificate must also be set.
231231 # If omitted or null, mTLS is not used.
232- client_key : /app/cert.pem
232+ client_key_file : /app/cert.pem
233233 # Configure mTLS client certificate.
234- # Absolute path to certificate file. If set, .client_key must also be set.
234+ # Absolute path to client certificate file in PEM format . If set, .client_key must also be set.
235235 # If omitted or null, mTLS is not used.
236- client_certificate : /app/cert.pem
236+ client_certificate_file : /app/cert.pem
237237 # Configure headers. Entries have higher priority than entries from .headers_list.
238238 # If an entry's .value is null, the entry is ignored.
239239 headers :
@@ -276,18 +276,18 @@ meter_provider:
276276 # Configure endpoint.
277277 # If omitted or null, http://localhost:4317 is used.
278278 endpoint : http://localhost:4317
279- # Configure certificate.
280- # Absolute path to certificate file.
279+ # Configure certificate used to verify a server's TLS credentials .
280+ # Absolute path to certificate file in PEM format .
281281 # If omitted or null, system default certificate verification is used for secure connections.
282- certificate : /app/cert.pem
282+ certificate_file : /app/cert.pem
283283 # Configure mTLS private client key.
284- # Absolute path to client key in PEM format. If set, .client_certificate must also be set.
284+ # Absolute path to client key file in PEM format. If set, .client_certificate must also be set.
285285 # If omitted or null, mTLS is not used.
286- client_key : /app/cert.pem
286+ client_key_file : /app/cert.pem
287287 # Configure mTLS client certificate.
288- # Absolute path to certificate file. If set, .client_key must also be set.
288+ # Absolute path to client certificate file in PEM format . If set, .client_key must also be set.
289289 # If omitted or null, mTLS is not used.
290- client_certificate : /app/cert.pem
290+ client_certificate_file : /app/cert.pem
291291 # Configure headers. Entries have higher priority than entries from .headers_list.
292292 # If an entry's .value is null, the entry is ignored.
293293 headers :
@@ -465,18 +465,18 @@ tracer_provider:
465465 # Configure endpoint, including the trace specific path.
466466 # If omitted or null, http://localhost:4318/v1/traces is used.
467467 endpoint : http://localhost:4318/v1/traces
468- # Configure certificate.
469- # Absolute path to certificate file.
468+ # Configure certificate used to verify a server's TLS credentials .
469+ # Absolute path to certificate file in PEM format .
470470 # If omitted or null, system default certificate verification is used for secure connections.
471- certificate : /app/cert.pem
471+ certificate_file : /app/cert.pem
472472 # Configure mTLS private client key.
473- # Absolute path to client key in PEM format. If set, .client_certificate must also be set.
473+ # Absolute path to client key file in PEM format. If set, .client_certificate must also be set.
474474 # If omitted or null, mTLS is not used.
475- client_key : /app/cert.pem
475+ client_key_file : /app/cert.pem
476476 # Configure mTLS client certificate.
477- # Absolute path to certificate file. If set, .client_key must also be set.
477+ # Absolute path to client certificate file in PEM format . If set, .client_key must also be set.
478478 # If omitted or null, mTLS is not used.
479- client_certificate : /app/cert.pem
479+ client_certificate_file : /app/cert.pem
480480 # Configure headers. Entries have higher priority than entries from .headers_list.
481481 # If an entry's .value is null, the entry is ignored.
482482 headers :
@@ -507,18 +507,18 @@ tracer_provider:
507507 # Configure endpoint.
508508 # If omitted or null, http://localhost:4317 is used.
509509 endpoint : http://localhost:4317
510- # Configure certificate.
511- # Absolute path to certificate file.
510+ # Configure certificate used to verify a server's TLS credentials .
511+ # Absolute path to certificate file in PEM format .
512512 # If omitted or null, system default certificate verification is used for secure connections.
513- certificate : /app/cert.pem
513+ certificate_file : /app/cert.pem
514514 # Configure mTLS private client key.
515- # Absolute path to client key in PEM format. If set, .client_certificate must also be set.
515+ # Absolute path to client key file in PEM format. If set, .client_certificate must also be set.
516516 # If omitted or null, mTLS is not used.
517- client_key : /app/cert.pem
517+ client_key_file : /app/cert.pem
518518 # Configure mTLS client certificate.
519- # Absolute path to certificate file. If set, .client_key must also be set.
519+ # Absolute path to client certificate file in PEM format . If set, .client_key must also be set.
520520 # If omitted or null, mTLS is not used.
521- client_certificate : /app/cert.pem
521+ client_certificate_file : /app/cert.pem
522522 # Configure headers. Entries have higher priority than entries from .headers_list.
523523 # If an entry's .value is null, the entry is ignored.
524524 headers :
0 commit comments