guardian / editorial-tools-user-telemetry-service
File Size

The distribution of size of files (measured in lines of code).

Intro
Learn more...
File Size Overall
0% | 0% | 43% | 10% | 45%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
ts0% | 0% | 44% | 10% | 44%
cjs0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cdk0% | 0% | 100% | 0% | 0%
projects0% | 0% | 25% | 14% | 59%
Longest Files (Top 22)
File# lines# units
282 1
util.ts
in projects/event-lambdas/src/lib
223 1
application.ts
in projects/event-lambdas/src/event-api-lambda
124 -
authentication.ts
in projects/event-lambdas/src/lib
74 3
index.ts
in projects/event-lambdas/src/redrive-from-S3-lambda
73 -
index.ts
in projects/event-lambdas/src/event-api-lambda
65 1
secrets.ts
in projects/event-lambdas/src/lib
53 1
TelemetryService.ts
in projects/user-telemetry-client/src
45 3
panda-hmac.ts
in projects/event-lambdas/src/lib
40 3
index.ts
in projects/event-lambdas/src/event-s3-lambda
34 -
HmacRequest.ts
in projects/user-telemetry-client/src/authentication/node
27 2
release.config.cjs
in projects/user-telemetry-client
21 -
aws.ts
in projects/event-lambdas/src/lib
19 -
constants.ts
in projects/event-lambdas/src/lib
14 -
response.ts
in projects/event-lambdas/src/lib
14 -
util.ts
in projects/event-lambdas/src/event-api-lambda
13 -
IUserTelemetryEvent.ts
in projects/definitions
10 -
AuthCookie.ts
in projects/user-telemetry-client/src/authentication
6 1
types.ts
in projects/event-lambdas/src/lib
5 -
IUserTelemetryEventWithId.ts
in projects/definitions
4 -
index.ts
in projects/user-telemetry-client/src
2 -
index.ts
in projects/user-telemetry-client/src/authentication/node
1 -
Files With Most Units (Top 9)
File# lines# units
TelemetryService.ts
in projects/user-telemetry-client/src
45 3
authentication.ts
in projects/event-lambdas/src/lib
74 3
panda-hmac.ts
in projects/event-lambdas/src/lib
40 3
HmacRequest.ts
in projects/user-telemetry-client/src/authentication/node
27 2
AuthCookie.ts
in projects/user-telemetry-client/src/authentication
6 1
index.ts
in projects/event-lambdas/src/event-api-lambda
65 1
util.ts
in projects/event-lambdas/src/lib
223 1
secrets.ts
in projects/event-lambdas/src/lib
53 1
282 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 6 long lines.

File# lines# units# long lines
util.ts
in projects/event-lambdas/src/lib
223 1 4
TelemetryService.ts
in projects/user-telemetry-client/src
45 3 1
index.ts
in projects/event-lambdas/src/redrive-from-S3-lambda
73 - 1
Correlations

File Size vs. Commits (all time): 22 points

projects/event-lambdas/src/event-api-lambda/index.ts x: 15 commits (all time) y: 65 lines of code projects/event-lambdas/src/event-api-lambda/application.ts x: 32 commits (all time) y: 124 lines of code projects/event-lambdas/src/lib/util.ts x: 20 commits (all time) y: 223 lines of code projects/event-lambdas/src/lib/constants.ts x: 13 commits (all time) y: 14 lines of code cdk/lib/telemetry-stack.ts x: 55 commits (all time) y: 282 lines of code projects/event-lambdas/src/lib/authentication.ts x: 17 commits (all time) y: 74 lines of code projects/user-telemetry-client/src/TelemetryService.ts x: 12 commits (all time) y: 45 lines of code projects/user-telemetry-client/src/authentication/AuthCookie.ts x: 2 commits (all time) y: 6 lines of code projects/user-telemetry-client/src/authentication/node/HmacRequest.ts x: 2 commits (all time) y: 27 lines of code projects/user-telemetry-client/src/authentication/node/index.ts x: 2 commits (all time) y: 1 lines of code projects/user-telemetry-client/src/index.ts x: 6 commits (all time) y: 2 lines of code projects/definitions/IUserTelemetryEvent.ts x: 6 commits (all time) y: 10 lines of code projects/definitions/IUserTelemetryEventWithId.ts x: 2 commits (all time) y: 4 lines of code projects/event-lambdas/src/event-s3-lambda/index.ts x: 11 commits (all time) y: 34 lines of code projects/event-lambdas/src/redrive-from-S3-lambda/index.ts x: 11 commits (all time) y: 73 lines of code projects/event-lambdas/src/lib/panda-hmac.ts x: 7 commits (all time) y: 40 lines of code projects/event-lambdas/src/lib/aws.ts x: 4 commits (all time) y: 19 lines of code projects/event-lambdas/src/lib/secrets.ts x: 4 commits (all time) y: 53 lines of code projects/user-telemetry-client/release.config.cjs x: 1 commits (all time) y: 21 lines of code projects/event-lambdas/src/event-api-lambda/util.ts x: 2 commits (all time) y: 13 lines of code projects/event-lambdas/src/lib/response.ts x: 7 commits (all time) y: 14 lines of code projects/event-lambdas/src/lib/types.ts x: 2 commits (all time) y: 5 lines of code
282.0
lines of code
  min: 1.0
  average: 52.23
  25th percentile: 9.0
  median: 24.0
  75th percentile: 67.0
  max: 282.0
0 55.0
commits (all time)
min: 1.0 | average: 10.59 | 25th percentile: 2.0 | median: 6.5 | 75th percentile: 13.5 | max: 55.0

File Size vs. Contributors (all time): 22 points

projects/event-lambdas/src/event-api-lambda/index.ts x: 4 contributors (all time) y: 65 lines of code projects/event-lambdas/src/event-api-lambda/application.ts x: 7 contributors (all time) y: 124 lines of code projects/event-lambdas/src/lib/util.ts x: 5 contributors (all time) y: 223 lines of code projects/event-lambdas/src/lib/constants.ts x: 4 contributors (all time) y: 14 lines of code cdk/lib/telemetry-stack.ts x: 10 contributors (all time) y: 282 lines of code projects/event-lambdas/src/lib/authentication.ts x: 4 contributors (all time) y: 74 lines of code projects/user-telemetry-client/src/TelemetryService.ts x: 2 contributors (all time) y: 45 lines of code projects/user-telemetry-client/src/authentication/AuthCookie.ts x: 1 contributors (all time) y: 6 lines of code projects/user-telemetry-client/src/authentication/node/HmacRequest.ts x: 1 contributors (all time) y: 27 lines of code projects/user-telemetry-client/src/authentication/node/index.ts x: 1 contributors (all time) y: 1 lines of code projects/user-telemetry-client/src/index.ts x: 1 contributors (all time) y: 2 lines of code projects/definitions/IUserTelemetryEvent.ts x: 2 contributors (all time) y: 10 lines of code projects/definitions/IUserTelemetryEventWithId.ts x: 1 contributors (all time) y: 4 lines of code projects/event-lambdas/src/event-s3-lambda/index.ts x: 2 contributors (all time) y: 34 lines of code projects/event-lambdas/src/redrive-from-S3-lambda/index.ts x: 1 contributors (all time) y: 73 lines of code projects/event-lambdas/src/lib/panda-hmac.ts x: 2 contributors (all time) y: 40 lines of code projects/event-lambdas/src/lib/aws.ts x: 3 contributors (all time) y: 19 lines of code projects/event-lambdas/src/lib/secrets.ts x: 2 contributors (all time) y: 53 lines of code projects/user-telemetry-client/release.config.cjs x: 1 contributors (all time) y: 21 lines of code projects/event-lambdas/src/event-api-lambda/util.ts x: 1 contributors (all time) y: 13 lines of code projects/event-lambdas/src/lib/response.ts x: 1 contributors (all time) y: 14 lines of code projects/event-lambdas/src/lib/types.ts x: 1 contributors (all time) y: 5 lines of code
282.0
lines of code
  min: 1.0
  average: 52.23
  25th percentile: 9.0
  median: 24.0
  75th percentile: 67.0
  max: 282.0
0 10.0
contributors (all time)
min: 1.0 | average: 2.59 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 4.0 | max: 10.0

File Size vs. Commits (30 days): 4 points

projects/event-lambdas/src/event-api-lambda/index.ts x: 2 commits (30d) y: 65 lines of code projects/event-lambdas/src/event-api-lambda/application.ts x: 7 commits (30d) y: 124 lines of code projects/event-lambdas/src/lib/util.ts x: 3 commits (30d) y: 223 lines of code projects/event-lambdas/src/lib/constants.ts x: 2 commits (30d) y: 14 lines of code
223.0
lines of code
  min: 14.0
  average: 106.5
  25th percentile: 26.75
  median: 94.5
  75th percentile: 198.25
  max: 223.0
0 7.0
commits (30d)
min: 2.0 | average: 3.5 | 25th percentile: 2.0 | median: 2.5 | 75th percentile: 6.0 | max: 7.0

File Size vs. Contributors (30 days): 4 points

projects/event-lambdas/src/event-api-lambda/index.ts x: 1 contributors (30d) y: 65 lines of code projects/event-lambdas/src/event-api-lambda/application.ts x: 1 contributors (30d) y: 124 lines of code projects/event-lambdas/src/lib/util.ts x: 1 contributors (30d) y: 223 lines of code projects/event-lambdas/src/lib/constants.ts x: 1 contributors (30d) y: 14 lines of code
223.0
lines of code
  min: 14.0
  average: 106.5
  25th percentile: 26.75
  median: 94.5
  75th percentile: 198.25
  max: 223.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (90 days): 11 points

projects/event-lambdas/src/event-api-lambda/index.ts x: 2 commits (90d) y: 65 lines of code projects/event-lambdas/src/event-api-lambda/application.ts x: 15 commits (90d) y: 124 lines of code projects/event-lambdas/src/lib/util.ts x: 3 commits (90d) y: 223 lines of code projects/event-lambdas/src/lib/constants.ts x: 2 commits (90d) y: 14 lines of code cdk/lib/telemetry-stack.ts x: 2 commits (90d) y: 282 lines of code projects/event-lambdas/src/lib/authentication.ts x: 3 commits (90d) y: 74 lines of code projects/user-telemetry-client/src/TelemetryService.ts x: 6 commits (90d) y: 45 lines of code projects/user-telemetry-client/src/authentication/AuthCookie.ts x: 2 commits (90d) y: 6 lines of code projects/user-telemetry-client/src/authentication/node/HmacRequest.ts x: 2 commits (90d) y: 27 lines of code projects/user-telemetry-client/src/authentication/node/index.ts x: 2 commits (90d) y: 1 lines of code projects/user-telemetry-client/src/index.ts x: 3 commits (90d) y: 2 lines of code
282.0
lines of code
  min: 1.0
  average: 78.45
  25th percentile: 6.0
  median: 45.0
  75th percentile: 124.0
  max: 282.0
0 15.0
commits (90d)
min: 2.0 | average: 3.82 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.0 | max: 15.0

File Size vs. Contributors (90 days): 11 points

projects/event-lambdas/src/event-api-lambda/index.ts x: 1 contributors (90d) y: 65 lines of code projects/event-lambdas/src/event-api-lambda/application.ts x: 1 contributors (90d) y: 124 lines of code projects/event-lambdas/src/lib/util.ts x: 1 contributors (90d) y: 223 lines of code projects/event-lambdas/src/lib/constants.ts x: 1 contributors (90d) y: 14 lines of code cdk/lib/telemetry-stack.ts x: 1 contributors (90d) y: 282 lines of code projects/event-lambdas/src/lib/authentication.ts x: 1 contributors (90d) y: 74 lines of code projects/user-telemetry-client/src/TelemetryService.ts x: 1 contributors (90d) y: 45 lines of code projects/user-telemetry-client/src/authentication/AuthCookie.ts x: 1 contributors (90d) y: 6 lines of code projects/user-telemetry-client/src/authentication/node/HmacRequest.ts x: 1 contributors (90d) y: 27 lines of code projects/user-telemetry-client/src/authentication/node/index.ts x: 1 contributors (90d) y: 1 lines of code projects/user-telemetry-client/src/index.ts x: 1 contributors (90d) y: 2 lines of code
282.0
lines of code
  min: 1.0
  average: 78.45
  25th percentile: 6.0
  median: 45.0
  75th percentile: 124.0
  max: 282.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0