Skip to content
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

doc.daml.com refers to non-existent type=jaeger tracing format #19304

Open
lucianojoublanc-da opened this issue May 30, 2024 · 0 comments
Open

Comments

@lucianojoublanc-da
Copy link

In the example given in this section:

https://docs.daml.com/canton/usermanual/monitoring.html#tracing

But looking at the config, there is no support for jaeger anymore:

object Exporter {
case object Disabled extends Exporter
final case class Zipkin(address: String = "localhost", port: Int = 9411) extends Exporter
final case class Otlp(address: String = "localhost", port: Int = 4318) extends Exporter

Indeed this results in an error when starting canton.

As a side note - the config items in the docs are also missing the leading canton. prefix; not sure if this is consistent throughout that page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant