We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63f794 commit cfee432Copy full SHA for cfee432
.chloggen/tls.yaml
@@ -0,0 +1,9 @@
1
+change_type: "bug_fix"
2
+component: "metricsReceiver"
3
+note: "Fixed TLS configuration resolution in metricsReceiver to properly handle enabled/disabled TLS states."
4
+issues: [33557]
5
+subtext: |
6
+ - The start function now correctly determines whether TLS is enabled or not.
7
+ - If TLS is disabled, it logs a message and proceeds without it.
8
+ - Ensures secure TLS configuration handling to prevent misconfigurations.
9
+change_logs: ["user"]
0 commit comments