From 7d9ea1bd1e066178ec2e3e82bf6a6aa4bf1c502f Mon Sep 17 00:00:00 2001 From: alrex Date: Thu, 3 Sep 2020 16:02:02 -0700 Subject: [PATCH] Populate resource attributes as per semantic conventions (#1053) As per semantic conventions, set the `telemetry.sdk` parameters. --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 424b1d694..0fbaabce8 100644 --- a/tox.ini +++ b/tox.ini @@ -365,6 +365,10 @@ deps = -c {toxinidir}/dev-requirements.txt -r {toxinidir}/docs-requirements.txt +commands_pre = + pip install -e {toxinidir}/opentelemetry-api \ + -e {toxinidir}/opentelemetry-sdk + changedir = docs commands =