Orange-OpenSource / Orange-OpenSource/its-client
put v1/traces as constant
@tigroo is already working on this.
Since Oct 20, 2025.
- Dominant language
- Java
- Stars
- 19
- Forks
- 12
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 3
Description
We need to open an issue on this as for today this parameters defaults to /v1/traces but it as so requires the end user to also set /v1/traces when customizing the endpoint.
/v1/traces is actually some kind of a constant, so it should not be read from the configuration but hardcoded by the telemetry init function. And here we should only set the endpoint path if the target OTLP collector is routed so.
(this will also align implementation with the python one and maybe others)
Originally posted by @nbuffon in https://github.com/Orange-OpenSource/its-client/pull/417#discussion_r2431673211
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.