summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-08-24 15:33:25 -0700
committerSimon Westphahl <simon.westphahl@bmw.de>2022-09-19 08:42:28 +0200
commitce40b296776caf8ca76825befa35c4b166488e11 (patch)
treea7b84ae86e01d162ae8811d38e72cd4cf309396e /requirements.txt
parentaf320884dd4327b20df0e59699fed3d3a869f4ee (diff)
downloadzuul-ce40b296776caf8ca76825befa35c4b166488e11.tar.gz
Add support for configuring and testing tracing
This adds support for configuring tracing in Zuul along with basic documentation of the configuration. It also adds test infrastructure that runs a gRPC-based collector so that we can test tracing end-to-end, and exercises a simple test span. Change-Id: I4744dc2416460a2981f2c90eb3e48ac93ec94964
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 578f73cf7..408dcbbbd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -37,3 +37,6 @@ cheroot!=8.1.*,!=8.2.*,!=8.3.0 # https://github.com/cherrypy/cheroot/issues/263
elasticsearch<8.0.0
PyMySQL
psycopg2-binary
+opentelemetry-sdk
+opentelemetry-exporter-otlp-proto-grpc
+opentelemetry-exporter-otlp-proto-http