Commit Graph

2 Commits

Author SHA1 Message Date
Joshua MacDonald 46101260f6
Middleware: config struct (part 2/4) (#12844)
**Description**

Adds the config struct from
https://github.com/open-telemetry/opentelemetry-collector/pull/12842.

**Link to tracking issue**

Part of
https://github.com/open-telemetry/opentelemetry-collector/issues/12603.

**Testing**

Yes. This PR introduces `extensionmiddlewaretest` helpers.

**Documentation**

Added.

---------

Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2025-04-17 17:51:13 +00:00
Joshua MacDonald 3630e29def
Middleware: extension interface (part 1/4) (#12843)
#### Description

Adds the extension API from #12842.

#### Link to tracking issue

Part of #12603.

#### Testing

Not tested. See configmiddleware.

#### Documentation

Added.
2025-04-15 20:01:53 +00:00