#support

Sending Metrics from HTTPS Angular Project to Non-HTTPS Opentelemetry Endpoint

TLDR Angeles asked how to send metrics from an HTTPS Angular project to a non-HTTPS Opentelemetry endpoint. Srikanth suggested using a proxy server or self-signed certificates for the OTEL Collector.

Powered by Struct AI
2
6mo
Solved
Join the chat
May 31, 2023 (6 months ago)
Angeles
Photo of md5-ec364b3d79920c6c343aba9ccd6f4952
Angeles
12:59 PM
Hi guys, do you now how can I send metrics from an Angular project served on HTTPS to a Opentelemety endpoint that is not in HTTPS ?
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
02:18 PM
You can either put some proxy server which ends the SSL or try with the self signed certificates for OTEL Collector