Use opencensus v0.1.10 with stackdriver
This commit is contained in:
parent
98b938f18b
commit
8b1fba8298
3 changed files with 3 additions and 4 deletions
|
@ -14,8 +14,7 @@ RUN apk add --update --no-cache \
|
||||||
cairo-dev \
|
cairo-dev \
|
||||||
cairo \
|
cairo \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
gobject-introspection-dev \
|
gobject-introspection-dev
|
||||||
git
|
|
||||||
|
|
||||||
# get packages
|
# get packages
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
|
@ -23,7 +23,7 @@ Jinja2==2.10
|
||||||
keyring==15.1.0
|
keyring==15.1.0
|
||||||
keyrings.alt==3.1
|
keyrings.alt==3.1
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
git+https://github.com/census-instrumentation/opencensus-python.git@da40cb1#egg=opencensus
|
opencensus[stackdriver]==0.1.10
|
||||||
protobuf==3.6.1
|
protobuf==3.6.1
|
||||||
pyasn1==0.4.4
|
pyasn1==0.4.4
|
||||||
pyasn1-modules==0.2.2
|
pyasn1-modules==0.2.2
|
||||||
|
|
|
@ -15,7 +15,7 @@ grpcio-health-checking==1.13.0
|
||||||
grpcio-tools==1.0.0
|
grpcio-tools==1.0.0
|
||||||
httplib2==0.11.3
|
httplib2==0.11.3
|
||||||
idna==2.7
|
idna==2.7
|
||||||
opencensus==0.1.5
|
opencensus[stackdriver]==0.1.10
|
||||||
protobuf==3.5.2.post1
|
protobuf==3.5.2.post1
|
||||||
pyasn1==0.4.3
|
pyasn1==0.4.3
|
||||||
pyasn1-modules==0.2.2
|
pyasn1-modules==0.2.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue