Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage tracking project name #3624

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

NishchayKarle
Copy link
Contributor

@NishchayKarle NishchayKarle commented Sep 30, 2024

Description

Add option to deanonymize usage tracking data by tagging it with a name using parsl.Config.project_name.

Changed Behaviour

Usage Tracking messages will include project_name if set.

Ex:

{
   "correlator":"e578ad3e-dddb-465e-93df-2db42a097883",
   "end":1727729064,
   "execution_time":3,
   "components":[
      {
         "c":"parsl.dataflow.dflow.DataFlowKernel",
         "app_count":3,
         "app_fails":0
      },
      {
         "c":"parsl.config.Config",
         "executors_len":1,
         "dependency_resolver":false
      },
      "parsl.executors.threads.ThreadPoolExecutor"
   ],
   "project_name":"my-test-project"
}

Type of change

  • New feature

@benclifford benclifford merged commit 25374b1 into Parsl:master Sep 30, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants