Feature/some updates (#48)

* ignore IDE config folder

* Add zipkin to visualize traces

* work around for aker issue

* docker-compose is now in docker cli

* export spans to zipkin

* add access level capability for testing
This commit is contained in:
Joel Unzain
2021-05-27 12:02:32 -07:00
committed by GitHub
parent e10ab4c61a
commit cad8710674
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ RUN cd /build && \
cd /build && \
git clone https://github.com/Comcast/aker.git && \
cd aker && \
git checkout cfb54022fa6e0ba70040e419d34655da955637b5 && \
mkdir build && \
cd build && \
cmake .. && make