-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Issue Description
There are inconsistencies between the script implementation and Makefile targets for the OTLP interceptor.
Current issues:
scripts/otlp-http-interceptor.shexists but isn't directly referenced in Makefile- Makefile has
otlp-interceptorandotlp-interceptor-verbosetargets that use netcat directly - Duplicated functionality between shell script and Makefile targets
Proposed Changes:
- Either use
scripts/otlp-http-interceptor.shin the Makefile targets - Or remove the redundant script if it's not needed
- Consolidate the implementation to avoid maintenance issues
- Ensure consistent parameter handling between implementations
Impact:
Having multiple implementations for the same functionality can lead to confusion and maintenance challenges.
Metadata
Metadata
Assignees
Labels
No labels