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

Surface Copilot events data in the reports #6

Merged
merged 19 commits into from
Jul 12, 2024
Merged

Surface Copilot events data in the reports #6

merged 19 commits into from
Jul 12, 2024

Conversation

jesusfer
Copy link
Collaborator

@jesusfer jesusfer commented May 10, 2024

This PR adds the following features:

  • Show Copilot event data from the Audit log in the report.
  • Stores the CopilotEventData JSON in dbo.audit_event.event_data column. We may use it in the future to get more information about current events.

Copilot data in the report includes:

  • Copilot host usage. Number of times a user has interacted with Copilot from a certain app (Teams, Word, Excel, etc)
  • Number of chats with Copilot
  • Meetings and files that have been used with Copilot

Additional tasks:

  • Aggregate Copilot data in the profiling tables.
  • Show the Copilot data in the report.
  • Add additional app hosts from the list in the docs.
  • Update documentation about required permissions.
  • Remove notes.

@jesusfer jesusfer requested a review from sambetts May 10, 2024 12:45
@jesusfer jesusfer added the enhancement New feature or request label May 10, 2024
@jesusfer jesusfer marked this pull request as draft May 10, 2024 12:47
@jesusfer jesusfer changed the base branch from main to dev July 3, 2024 06:58
@jesusfer jesusfer changed the title Keep some Copilot events data in the database Surface Copilot events data in the reports Jul 3, 2024
@jesusfer jesusfer removed the request for review from sambetts July 9, 2024 10:58
@jesusfer jesusfer marked this pull request as ready for review July 9, 2024 11:01
@jesusfer jesusfer marked this pull request as draft July 9, 2024 15:26
@jesusfer jesusfer marked this pull request as ready for review July 12, 2024 07:09
@jesusfer jesusfer merged commit e972ca0 into dev Jul 12, 2024
@jesusfer jesusfer deleted the moar-copilot branch July 12, 2024 07:11
@jesusfer jesusfer restored the moar-copilot branch July 12, 2024 07:12
This was referenced Jul 12, 2024
@jesusfer jesusfer linked an issue Jul 15, 2024 that may be closed by this pull request
6 tasks
jesusfer added a commit that referenced this pull request Jul 16, 2024
* Code clean-up
* Fix issue where one SP event can have multiple file contexts if one doc references another, which would crash the import.
* If copilot context URL is a direct URL to item, we can load that too.
* SPO components GitIgnore
* DevConfig PS Json ignore
* Key vault configure task errors due to differing Az & O365 tenants don't cause install abort, just gives a scary warning.
* PR: Add Copilot events data in the reports (#6)

---------

Co-authored-by: Sam Betts <[email protected]>
@jesusfer jesusfer added the Analytics Analytics reporting label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Analytics Analytics reporting enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copilot events are available in the database but not in the report
1 participant