[Bug]: openvino_telemetry references and sends telemetry to Google Analytics by default #18013
-
Checklist
Describe the problem you are havingopenvino_telemetry references and sends telemetry to Google Analytics by default The frigate container includes the Python package openvino_telemetry, and it contains code that sends telemetry to Google Analytics by default, specifically: Frigate uses OpenVINO as one of its supported acceleration backends (particularly for Intel hardware). Unfortunately, the openvino_telemetry module is part of the official OpenVINO distribution from Intel — and it defaults to enabling telemetry, including Google Analytics tracking. Attempting to Disable OpenVINO Telemetry at Runtime as per their ?? Official ref: Steps to reproduceExample: Using a vanilla install of the docker container on Ubuntu 24.04.2 LTS Server minimised, with the google-analytics output shown directly after being composed:Version0.15.0-6cb5cfb In which browser(s) are you experiencing the issue with?N/A Frigate config filerecord:
enabled: true
retain:
days: 30
snapshots:
enabled: true
retain:
default: 14
detectors:
cpu1:
type: cpu
objects:
track:
- person
- dog
- cat
cameras:
cam1:
ffmpeg:
inputs:
- path: rtsp://user:[email protected]:554/stream1
roles:
- detect
- record
detect:
width: 1920
height: 1080
fps: 5
cam2:
ffmpeg:
inputs:
- path: rtsp://user:[email protected]:554/stream1
roles:
- detect
- record
detect:
width: 1920
height: 1080
fps: 5
version: 0.15-1docker-compose file or Docker CLI commandversion: '3.9'
services:
frigate:
container_name: frigate
privileged: true
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "512mb"
devices:
- /dev/dri:/dev/dri # VAAPI device for AMD
ports:
- "5000:5000" # Web UI
- "8554:8554" # RTSP restream
- "1935:1935" # Live stream
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- /media/frigate:/media/frigateRelevant Frigate log outputN/ARelevant go2rtc log outputN/AOperating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelAll Screenshots of the Frigate UI's System metrics pagesN/A Any other information that may be helpfulSuggested Fix: Dockerfile: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Thanks for the suggested workaround for this behavior, it will benefit the users who are concerned about the telemetry. If attempting to disable telemetry according to the official OpenVINO documentation is not working, a bug report should be filed with them. |
Beta Was this translation helpful? Give feedback.
-
|
This is fixed in #18015 |
Beta Was this translation helpful? Give feedback.

This is fixed in #18015