Skip to main content
NVIDIA
DOCA Telemetry Service
Container
NVIDIA
DOCA Telemetry Service

DOCA Telemetry Service (DTS) is a DOCA Service for collecting and exporting telemetry data. Both predefined and user-defined telemetry counters are available and the export is made by Prometheus, Fluent Bit, Open Telemetry and netflow.

  • LayerLabelCreated
    sha256:63c1b91518717009d36f28b46e5ffeded5e249560ab686d3f4561e818502566aCONFIG
    —
    11/28/2021 6:41 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    ["python3" "/opt/mellanox/collectx/telem/bin/entrypoint.pyc" "--configuration=/config/supervisord.conf"]
    11/28/2021 6:41 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PATH=/opt/mellanox/collectx/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    11/28/2021 6:41 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4RUN
    ARCH=aarch64 NAME_OS=ubuntu:20.04 DEBIAN_FRONTEND=noninteractive apt clean &&
      DEBIAN_FRONTEND=noninteractive apt autoremove -y &&
      rm -rf /var/lib/apt/lists/*
    11/28/2021 6:41 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4RUN
    ARCH=aarch64 NAME_OS=ubuntu:20.04 if [ "1" -eq "1" ] ; then echo "Removing doca packages /opt/mellanox/collectx/bin/agx /opt/mellanox/collectx/bin/agx_cleanup.sh /opt/mellanox/collectx/bin/agx_cli.sh /opt/mellanox/collectx/bin/agx_env.sh /opt/mellanox/collectx/bin/agx_export.sh /opt/mellanox/collectx/bin/agx_server.sh /opt/mellanox/collectx/bin/agx_setup.sh /opt/mellanox/collectx/bin/agx_state.sh /opt/mellanox/collectx/bin/clx_ibdiag_test.sh /opt/mellanox/collectx/bin/clx_info /opt/mellanox/collectx/bin/clxcli /opt/mellanox/collectx/bin/elk_setup.sh /opt/mellanox/collectx/bin/elk_start.sh /opt/mellanox/collectx/bin/elk_stop.sh /opt/mellanox/collectx/bin/ibcongest /opt/mellanox/collectx/bin/ibdiagnet /opt/mellanox/collectx/bin/ibdiagpath /opt/mellanox/collectx/bin/ibdmchk /opt/mellanox/collectx/bin/ibdmtr /opt/mellanox/collectx/bin/ibgenperm /opt/mellanox/collectx/bin/ibnetsplit /opt/mellanox/collectx/bin/ibnlparse /opt/mellanox/collectx/bin/ibtopodiff /opt/mellanox/collectx/lib/providers/libevents_top_provider.so /opt/mellanox/collectx/lib/providers/libevents_switch_provider.so " &&
      rm -rf /opt/mellanox/collectx/bin/agx /opt/mellanox/collectx/bin/agx_cleanup.sh /opt/mellanox/collectx/bin/agx_cli.sh /opt/mellanox/collectx/bin/agx_env.sh /opt/mellanox/collectx/bin/agx_export.sh /opt/mellanox/collectx/bin/agx_server.sh /opt/mellanox/collectx/bin/agx_setup.sh /opt/mellanox/collectx/bin/agx_state.sh /opt/mellanox/collectx/bin/clx_ibdiag_test.sh /opt/mellanox/collectx/bin/clx_info /opt/mellanox/collectx/bin/clxcli /opt/mellanox/collectx/bin/elk_setup.sh /opt/mellanox/collectx/bin/elk_start.sh /opt/mellanox/collectx/bin/elk_stop.sh /opt/mellanox/collectx/bin/ibcongest /opt/mellanox/collectx/bin/ibdiagnet /opt/mellanox/collectx/bin/ibdiagpath /opt/mellanox/collectx/bin/ibdmchk /opt/mellanox/collectx/bin/ibdmtr /opt/mellanox/collectx/bin/ibgenperm /opt/mellanox/collectx/bin/ibnetsplit /opt/mellanox/collectx/bin/ibnlparse /opt/mellanox/collectx/bin/ibtopodiff /opt/mellanox/collectx/lib/providers/libevents_top_provider.so /opt/mellanox/collectx/lib/providers/libevents_switch_provider.so &&
      gzip /opt/mellanox/collectx/lib/libclx_data.a &&
      gzip /opt/mellanox/collectx/lib/libclx_events.a ; fi
    11/28/2021 6:40 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4RUN
    ARCH=aarch64 NAME_OS=ubuntu:20.04 if [ "1" -eq "1" ] ; then echo "Removing doca packages libpython3.8-dev cpp-9 cpp-9 gcc-9 manpages-dev" &&
      DEBIAN_FRONTEND=noninteractive apt remove -y libpython3.8-dev cpp-9 cpp-9 gcc-9 manpages-dev ; fi
    11/28/2021 6:40 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4RUN
    ARCH=aarch64 NAME_OS=ubuntu:20.04 python3 -m compileall -b ${UFM_BIN}/entrypoint.py -d ${UFM_BIN}
    11/28/2021 6:40 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4RUN
    ARCH=aarch64 NAME_OS=ubuntu:20.04 pip3 install --user /tmp/UFM_License-1.0-py3-none-any.whl &&
      pip3 install supervisor &&
      rm /tmp/UFM_License-1.0-py3-none-any.whl
    11/28/2021 6:40 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4RUN
    ARCH=aarch64 NAME_OS=ubuntu:20.04 DEBIAN_FRONTEND=noninteractive apt install -y /tmp/*.deb &&
      rm -rf /tmp/*.deb &&
      DEBIAN_FRONTEND=noninteractive apt install -y python3-pip
    11/28/2021 6:39 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4RUN
    ARCH=aarch64 NAME_OS=ubuntu:20.04 if [ "1" -eq "1" ] ; then cd /tmp &&
      echo "Removing collectx-server" &&
      rm -rf collectx-1.8.0-1884.aarch64-server.deb ; fi
    11/28/2021 6:38 PM UTC

    NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.