aws / amazon-cloudwatch-agent-operator
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 173 files, 31,211 LOC (100.0% vs. main code).
  • "config" is biggest, containing 57.08% of LOC.
  • "ROOT" is smallest, containing 1.1% of LOC.


config17815 LOC (57%) 30 files
internal4828 LOC (15%) 79 files
pkg3090 LOC (9%) 26 files
apis2904 LOC (9%) 19 files
cmd1723 LOC (5%) 14 files
controllers507 LOC (1%) 4 files
ROOT344 LOC (1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
pkg126 commits (11%)
internal104 commits (9%)
apis102 commits (9%)
ROOT84 commits (7%)
config79 commits (6%)
controllers18 commits (1%)
cmd3 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020
internal
3
287
200
18
10
14
pkg
2
104
134
47
46
5
config
1
72
44
13
30
26
apis
71
84
36
23
ROOT
1
27
21
12
14
9
controllers
17
7
cmd
1
15


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G cmd cmd cmd--cmd 1 internal internal cmd--internal 3 ROOT ROOT cmd--ROOT 1 apis apis cmd--apis 1 internal--internal 2 internal--ROOT 1 internal--apis 1 config config internal--config 1 pkg pkg pkg--cmd 3 pkg--internal 3 pkg--pkg 1 controllers controllers pkg--controllers 2 pkg--config 1 controllers--cmd 2 controllers--internal 2 controllers--controllers 1 controllers--ROOT 1 controllers--apis 1 controllers--config 1 ROOT--pkg 2 apis--pkg 1 apis--ROOT 1 apis--apis 1 config--cmd 1 config--ROOT 1 config--apis 1


2025-05-04 00:49