avioconsulting / mule-opentelemetry-module

Mule Extension to generate OpenTelemetry traces and metrics
https://avioconsulting.github.io/mule-opentelemetry-module/
BSD 2-Clause "Simplified" License
27 stars 9 forks source link

fix: otlp logs HTTP endpoint #182

Closed manikmagar closed 6 months ago

manikmagar commented 6 months ago

OTLP logs export was failing when using HTTP_PROTOBUF with the exporter endpoint set to {host}/v1 URL. Traces and Metrics worked as expected but logs were failing with a 404 error. This PR initializes the log endpoint when using the HTTP PROTOBUF.

github-actions[bot] commented 6 months ago

Test Results

127 tests  ±0   121 :white_check_mark: ±0   1m 15s :stopwatch: -1s  32 suites ±0     6 :zzz: ±0   32 files   ±0     0 :x: ±0 

Results for commit 07f13ef1. ± Comparison against base commit 65840ea9.

:recycle: This comment has been updated with latest results.