Class TracerRuntimeConfig.SamplerConfig

    • Field Detail

      • samplerName

        @ConfigItem(name="<<parent>>",
                    defaultValue="on")
        public String samplerName
        The sampler to use for tracing.

        Valid values are off, on, ratio.

        Defaults to on.

      • ratio

        public Optional<Double> ratio
        The sampler ratio to use for tracing.

        Only supported by the ratio sampler.

      • parentBased

        @ConfigItem(defaultValue="true")
        public Boolean parentBased
        If the sampler to use for tracing is parent based.

        Valid values are true, false.

        Defaults to true.

    • Constructor Detail

      • SamplerConfig

        public SamplerConfig()