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

Hono: Improve tracing sampler configuration #413

Open
calohmn opened this issue Sep 22, 2022 · 0 comments
Open

Hono: Improve tracing sampler configuration #413

calohmn opened this issue Sep 22, 2022 · 0 comments

Comments

@calohmn
Copy link
Contributor

calohmn commented Sep 22, 2022

When deploying the Hono chart with a tracing backend, currently the Hono components send all traces to the tracing collector by default.
In order to limit the number of traces sent by the components, Hono has different sampler configuration options:
https://www.eclipse.org/hono/docs/admin-guide/monitoring-tracing-config/#tracing

Setting these options for the Hono Helm chart deployment currently requires using the envConfigMap property along with a confg map containing corresponding environment variables. (Another option would be using an extra config file referenced via quarkusConfigLocations.)

It would be helpful to provide a more straightforward chart configuration option for configuring the sampler here.

@calohmn calohmn added enhancement New feature or request Hono labels Sep 22, 2022
@sophokles73 sophokles73 added feature request and removed enhancement New feature or request labels Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants