Skip to content

Commit

Permalink
Reduces telemetry sent
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Nov 22, 2024
1 parent 889b8b6 commit 574501d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hamilton/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
CLI_COMMAND = "os_hamilton_cli_command"
EXPERIMENT_SERVER = "os_hamilton_experiment_server"
TIMEOUT = 2
MAX_COUNT_SESSION = 100 # max number of events collected per python process
MAX_COUNT_SESSION = 10 # max number of events collected per python process
DEFAULT_CONFIG_URI = os.environ.get("HAMILTON_CONFIG_URI", "~/.hamilton.conf")
DEFAULT_CONFIG_LOCATION = os.path.expanduser(DEFAULT_CONFIG_URI)

Expand Down Expand Up @@ -155,6 +155,7 @@ def is_telemetry_enabled() -> bool:
"distinct_id": g_anonymous_id,
"hamilton_version": list(VERSION),
"telemetry_version": "0.0.1",
"$process_person_profile": False,
}


Expand Down

0 comments on commit 574501d

Please sign in to comment.