jaegertracing / jaeger-openshift

Support for deploying Jaeger into OpenShift
https://jaegertracing.io/
Apache License 2.0
57 stars 37 forks source link

Add max traces and compute resource parameters #102

Closed etoews closed 5 years ago

etoews commented 5 years ago

Add parameters in the template to constrain the maximum number of traces and the amount of CPU/Memory consumed. This provides guardrails to prevent over-utilization of CPU/Memory on a node which is known to cause instability. Even in a non-production environment, such guardrails are critical.

Signed-off-by: Everett Toews everett.toews@gmail.com

Which problem is this PR solving?

Resolves #101

Short description of the changes

As per the PR description above.

jpkrohling commented 5 years ago

Thanks!