NAME

IO::K8s::PrometheusOperator::V1::TracingConfig - tracingConfig defines tracing in Prometheus.

VERSION

version 1.108

clientType

clientType defines the client used to export the traces. Supported values are `HTTP` and `GRPC`.

compression

compression key for supported compression types. The only supported value is `Gzip`.

endpoint

endpoint to send the traces to. Should be provided in format <host>:<port>.

headers

headers defines the key-value pairs to be used as headers associated with gRPC or HTTP requests.

insecure

insecure if disabled, the client will use a secure connection.

samplingFraction

samplingFraction defines the probability a given trace will be sampled. Must be a float from 0 through 1.

timeout

timeout defines the maximum time the exporter will wait for each batch export.

tlsConfig

tlsConfig to use when sending traces.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <getty@cpan.org>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004