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

Telemetry coverage extension #3039

Merged

Conversation

nikita-malininn
Copy link
Collaborator

@nikita-malininn nikita-malininn commented Oct 25, 2024

Changes

  • Extended coverage for telemetry.

Reason for changes

  • Telemetry update.

Related tickets

  • 154833

Tests

  • TBD

New categories/events are introduced:

Method Event category Event name Event label
nncf.strip nncf_tf,nncf_pt,nncf_pt_fx,nncf_onnx,nncf_ov function_call nncf.strip
nncf.data....generate_text_data nncf function_call nncf.data.generate_text_data
nncf.torch....wrap_model nncf_pt function_call nncf.torch.wrap_model
nncf.torch....load_from_config nncf_pt function_call nncf.torch.load_from_config
nncf.torch....get_config nncf_pt function_call nncf.torch.nncf_network.NNCFNetwork.get_config

@nikita-malininn nikita-malininn marked this pull request as ready for review October 25, 2024 10:23
@nikita-malininn nikita-malininn requested a review from a team as a code owner October 25, 2024 10:23
@github-actions github-actions bot added NNCF PT Pull requests that updates NNCF PyTorch NNCF Common Pull request that updates NNCF Common labels Oct 25, 2024
@nikita-malininn nikita-malininn marked this pull request as draft December 9, 2024 08:01
@github-actions github-actions bot added the API Public API-impacting changes label Dec 9, 2024
@nikita-malininn nikita-malininn marked this pull request as ready for review December 9, 2024 12:06
@nikita-malininn
Copy link
Collaborator Author

Do we need this, @alexsu52, @MaximProshin?

Copy link
Contributor

@alexsu52 alexsu52 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@MaximProshin MaximProshin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexsu52 alexsu52 merged commit 801e5af into openvinotoolkit:develop Jan 8, 2025
14 checks passed
shumaari pushed a commit to shumaari/nncf that referenced this pull request Mar 8, 2025
### Changes

- Extended coverage for telemetry.

### Reason for changes

- Telemetry update.

### Related tickets

- 154833

### Tests

- TBD

New _categories/events_ are introduced:
| Method  | Event category | Event name | Event label |
| ------------- | ------------- | ------------- | ------------- |
| _nncf.strip_ | nncf_tf,nncf_pt,nncf_pt_fx,nncf_onnx,nncf_ov |
_function_call_ | _nncf.strip_ |
| _nncf.data....generate_text_data_ | _nncf_ | _function_call_ |
_nncf.data.generate_text_data_ |
| _nncf.torch....wrap_model_ | nncf_pt | _function_call_ |
_nncf.torch.wrap_model_ |
| _nncf.torch....load_from_config_ | nncf_pt | _function_call_ |
_nncf.torch.load_from_config_ |
| _nncf.torch....get_config_ | nncf_pt | _function_call_ |
_nncf.torch.nncf_network.NNCFNetwork.get_config_ |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Public API-impacting changes NNCF Common Pull request that updates NNCF Common NNCF PT Pull requests that updates NNCF PyTorch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants