Observability OTLP protocol configuration
BeanCRM API now supports configuring the OTLP exporter protocol with OpenTelemetry__Protocol.
This matches the production monitoring setup used by the BeanCore API and fixes deployments where logs, traces, or metrics did not reach a public HTTPS collector because the API always attempted gRPC.
Operator Notes
Sección titulada «Operator Notes»- Use
OpenTelemetry__Protocol=HttpProtobuffor HTTPS collectors such ashttps://monitor-collector.bean.com.ar. - Use
OpenTelemetry__Protocol=Grpcfor internal OTLP collectors exposed on port4317. - When using HTTP/protobuf, BeanCRM sends traces, metrics, and logs to
/v1/traces,/v1/metrics, and/v1/logs.