Ukraine flag We stand with our friends and colleagues in Ukraine. To support Ukraine in their time of need visit this page.

Memory

Version  2.0 Latest Go to the latest 1.x version

The in-memory storage is not intended for production workloads. It’s intended as a simple solution to get started quickly and data will be lost once the process exits.

By default, there’s no limit in the amount of traces stored in memory but a limit can be established via max_traces parameter:

  jaeger_storage:
    backends:
      some_store:
        memory:
          max_traces: 100000