Documentation
¶
Overview ¶
Package collector holds the resources needed to start an OTEL collector testcontainer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
Ports map[int]nat.Port
Network *testcontainers.DockerNetwork
Name string
// contains filtered or unexported fields
}
Collector hold the testcontainer, ports and network used by the OTEL collector. If instantiating yourself, be sure to populate Collector.Network, otherwise a new network will be generated.
Click to show internal directories.
Click to hide internal directories.