forked from open-edge-platform/edge-ai-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.telemetry.yaml
More file actions
38 lines (35 loc) · 992 Bytes
/
compose.telemetry.yaml
File metadata and controls
38 lines (35 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
services:
vss-collector:
image: docker.io/intel/vippet-collector:2026.0.0-20260217-weekly
container_name: vss-collector
ports:
- '9273:9273'
privileged: true
devices:
- /sys:/sys
- /dev:/dev
- /run:/run
- /proc:/proc
pid: host
volumes:
- ${LIVE_SEARCH_CONFIG_DIR:-./config}/telemetry/collector/telegraf.conf:/etc/telegraf/telegraf.conf:ro
- collector_signals:/app/.collector-signals
restart: on-failure:5
environment:
- http_proxy=${http_proxy}
- https_proxy=${https_proxy}
- no_proxy=localhost,127.0.0.1,${PM_HOST},vss-ui,${no_proxy}
- WEBSOCKET_URL=ws://${PM_HOST}:3000/metrics/ws/collector
depends_on:
pipeline-manager:
condition: service_started
networks:
- live-video-network
networks:
live-video-network:
driver: bridge
volumes:
collector_signals:
driver: local