Skip to content

Commit e0ab4a6

Browse files
committed
docs: update overview and team usage
1 parent 501a5be commit e0ab4a6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/technical_documentation/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ This component is an imported library which is shared across multiple GitHub too
3737

3838
### Historic Usage Data
3939

40-
This section gathers data from AWS S3. The Copilot usage endpoints have a limitation where they only return the last 100 days worth of information. To get around this, the project has an AWS Lambda function which runs weekly and stores data within an S3 bucket.
40+
This section gathers data from AWS S3. The Copilot usage endpoints have a limitation where they only return the last 28 days worth of information. To get around this, the project has an AWS Lambda function which runs weekly and stores data within an S3 bucket.
4141

42-
### Copilot Teams Data
42+
### Copilot Teams Data (Deprecated - functionality removed but may be restored via alternative methods)
4343

4444
This section gathers a list of teams within the organisation with Copilot data and updates the S3 bucket accordingly. This allows all relevant teams to be displayed within the dashboard.

docs/technical_documentation/team_usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copilot Team Usage
22

3+
Note: This functionality has been removed as of 19th March 2026 as the endpoint used to fetch metrics for team usage is being sunsetted. However, it may be restored via alternative methods in the future.
4+
35
## Overview
46

57
This section of the project leverages GitHub OAuth2 for user authentication, granting access to essential data.

0 commit comments

Comments
 (0)