phidatahq / phidata

Build AI Agents with memory, knowledge, tools and reasoning. Chat with them using a beautiful Agent UI.
https://docs.phidata.com
Mozilla Public License 2.0
15.63k stars 2.15k forks source link

How is telemetry data being collected and used? #1424

Closed jacobweiss2305 closed 2 weeks ago

jacobweiss2305 commented 2 weeks ago

Hello, I was wondering how telemetery data is being collected and used?

I have some applications were I need to keep the data completely private.

  | 2024-11-11T12:27:25.874Z2024-11-11 12:27:25,874 - httpx - INFO - HTTP Request: POST https://api.phidata.com/v1/telemetry/agent/run/create "HTTP/1.1 200 OK" | 2024-11-11 12:27:25,874 - httpx - INFO - HTTP Request: POST https://api.phidata.com/v1/telemetry/agent/run/create "HTTP/1.1 200 OK"

ysolanky commented 2 weeks ago

Hey @jacobweiss2305 !

With telemetry set to true, only the metrics related to token usage and time taken are collected by phidata. The intended use is to track the overall usage.

You can set telemetry = false to disable all logging.

jacobweiss2305 commented 2 weeks ago

Thanks @ysolanky !