You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ ├── podinjector # the webhook that injects sidecars into pods
99
-
│ └── version # our version, as well as versions of underlying components
100
-
├── local # local resources that shouldn't be added to the version control, like CRs used for dev/testing
101
-
└── pkg # packages that are exporter and are part of the public API for this module
102
-
├── autodetect # auto detect traits from the environment (platform, APIs, ...)
103
-
├── collector # code that handles OpenTelemetry Collector
104
-
│ ├── adapters # data conversion
105
-
│ ├── parser # parses the OpenTelemetry Collector configuration
106
-
│ ├── reconcile # reconciliation logic for OpenTelemetry Collector components
107
-
│ └── upgrade # handles the upgrade routine from one OpenTelemetry Collector to the next
108
-
├── naming # determines the names for components (containers, services, ...)
109
-
├── platform # target platforms this operator might run
110
-
└── sidecar # operations related to sidecar manipulation (add, update, remove)
111
-
```
74
+
For a general overview of the directories from this operator and what to expect in each one of them, please check out the [official GoDoc](https://godoc.org/github.com/open-telemetry/opentelemetry-operator) or the [locally-hosted GoDoc](http://localhost:6060/pkg/github.com/open-telemetry/opentelemetry-operator/)
0 commit comments