Skip to content

Commit

Permalink
switch to list
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
  • Loading branch information
ankitpatel96 and mx-psi authored May 2, 2024
1 parent d9f8ba1 commit 15fd22d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/internal-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ flowchart TD
Here is a brief list of useful and/or important files and interfaces that you may find valuable to glance through.
Most of these have package level documentation and function / struct level comments that help explain the collector!

#### [collector.go](../otelcol/collector.go)

#### [graph.go](../service/internal/graph/graph.go)

#### [component.go](../component/component.go)
- [collector.go](../otelcol/collector.go)
- [graph.go](../service/internal/graph/graph.go)
- [component.go](../component/component.go)

#### Factories
Each component type contains a Factory interface along with its corresponding NewFactory function.
Expand Down

0 comments on commit 15fd22d

Please sign in to comment.