-
I check the
I got up from my desk, came back, tried sending some spans and nothing was showing up. So I didn't make any changes to my containers. I read the DNS on Vultr could be shotty so I changed it to I tried including my hostname this way: I saw @jpkrohling's recommendation to specify the host and namespace, but what are these for a docker container? I tried I've tried so many variations and ports in the Any help or ideas are greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
I would start with avoiding the standard SSL port 443 |
Beta Was this translation helpful? Give feedback.
-
@yurishkuro It's working without the TLS flags:
and when I include this flag (may happen for other flags as well), I get the following error:
Marking this as Resolved for now. Thanks again. |
Beta Was this translation helpful? Give feedback.
@yurishkuro It's working without the TLS flags:
and when I include this flag (may happen for other flags as well), I get the following error:
--collector.http.tls.enabled=true
Marking this as Resolved for now. Thanks again.