-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear documentation for custom observability backend URLs #752
Comments
You are right that documentation is poor. Lines 173 to 193 in 0d83798
You should use |
There is a bug in the visualization, you should not use Please enter an url template like |
Hi,
btw. @cyrille-leclerc if you want you can put this into docs 😉 |
Describe your use-case which is not covered by existing documentation.
Hi there,
I am trying to configure a custom observability backend for New Relic using the following template
https://one.newrelic.com/distributed-tracing?account=********&state=${traceId}
as described in the url template example:However this causes pipelines to fail with the following errors:
and after modifying it to remove the additional backslashes:
Is
traceId
supposed to be set here? or is there some other prerequisite before I can configure a custom backend. These pipelines are using the multibranch pipeline type.Thanks
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
opentelemetry-plugin/src/main/resources/io/jenkins/plugins/opentelemetry/backend/CustomObservabilityBackend/config.jelly
Line 7 in c038775
The text was updated successfully, but these errors were encountered: