Update git submodules
authorStephen Wong <stephen.kf.wong@gmail.com>
Sun, 21 Oct 2018 06:07:07 +0000 (06:07 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sun, 21 Oct 2018 06:07:07 +0000 (06:07 +0000)
commitdbd0469d7d5d28e0ce77f4a9696beca4f8ad0162
treebb7bb0f740144e3099ac4de58e0d756d26b0a5c0
parent84f1f23d1b25e4fce352d255377366b125a5801f
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Improve data ingestion reliability and functionality"
  - 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>
docs/submodules/clover