summaryrefslogtreecommitdiffstats
path: root/clover/collector/docker/Dockerfile
diff options
context:
space:
mode:
authorearrage <eddie.arrage@huawei.com>2018-10-10 11:54:51 -0700
committerEddie Arrage <eddie.arrage@huawei.com>2018-10-12 01:07:26 +0000
commit29234dd20c49fe62734b723f1961c70ac6f1db08 (patch)
tree8640c5b37db1e88c82e828f250ccfcdc04b8f26f /clover/collector/docker/Dockerfile
parentee2169ee4b8fb3539ad173fbc1557b54b2f2216f (diff)
Improve data ingestion reliability and functionality
- Modify deployment namespace to clover-system and account for cassandra moving to the clover-system namespace - Increase k8s compute resource assigned to cassandra to deal with performance issues - Add additional fields (user-agent, request/response size, status codes) to span schema definition and modify primary keys - Improve exception handling to prevent collect process from crashing - Minor changes to support tracing/monitoring with Istio 1.0 - Inhibit logging for debug messages - Increase time back and number of traces to fetch in each sampling interval to deal with Jaeger REST interface returning trace data out of order under load (tested to 300 conn/sec; 12K connections currently) - Move trace insert into batch mode to cassandra - Read visibility services to analyze from redis rather than defaults (cloverctl, UI or clover-controller REST will set) - Remove local directory copies in docker build, as image is based on base clover container Change-Id: Ibae98ef5057e52a6eeddd9ebbcfaeb644caec36c Signed-off-by: earrage <eddie.arrage@huawei.com>
Diffstat (limited to 'clover/collector/docker/Dockerfile')
-rw-r--r--clover/collector/docker/Dockerfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/clover/collector/docker/Dockerfile b/clover/collector/docker/Dockerfile
index 1714420..7b6effd 100644
--- a/clover/collector/docker/Dockerfile
+++ b/clover/collector/docker/Dockerfile
@@ -16,15 +16,6 @@ ENV CLOVER_REPO_DIR="${REPOS_DIR}/clover"
RUN python -m pip install cassandra-driver redis
# Set work directory
-WORKDIR ${CLOVER_REPO_DIR}
-
-COPY /process clover/collector/process
-COPY /grpc clover/collector/grpc
-COPY /db clover/collector/db
-COPY __init__.py clover/collector/__init__.py
-
-RUN pip install .
-
WORKDIR "${CLOVER_REPO_DIR}/clover/collector"
CMD ./process/grpc_process.sh no_schema_init