Commit Graph

10 Commits

Author SHA1 Message Date
Alex Boten 3b3deb8dbe
[connector] deprecate CreateSettings -> Settings (#10338)
This deprecates CreateSettings in favour of Settings.
NewNopCreateSettings is also being deprecated in favour of
NewNopSettings

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-06-06 10:04:47 -07:00
Alex Boten 4849a15796
[chore] use mdatagen for forward connector (#9188)
Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-12-22 11:10:35 -08:00
xu0o0 8e96749a34
[chore] [forwardconnector] use defined struct for config (#8814)
**Description:**
`cmd/configschema` currently doesn't work with anonymous config struct.
(see
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26990#issuecomment-1797797681)

This PR refactors `forwardconnector` to use a defined struct for config.
2023-11-08 11:48:56 -08:00
Alex Boten 80d704deb4
[chore] use license shortform (#7694)
* [chore] use license shortform

To remain consistent w/ contrib repo, see https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/22052

Signed-off-by: Alex Boten <aboten@lightstep.com>

* make goporto

Signed-off-by: Alex Boten <aboten@lightstep.com>

---------

Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-05-18 13:11:17 -07:00
Daniel Jaglowski 8464b715a6
Mark forward connector as beta (#7579) 2023-05-09 15:15:22 -07:00
Alex Boten 9ab64b1b6a
[chore] rename unused parameters (#7415)
To address lint issues raised by https://github.com/open-telemetry/opentelemetry-collector/pull/7413

Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-03-22 09:23:11 -07:00
Daniel Jaglowski 969b9aca66
Simplify forward connector by removing sharedcomponent (#7096) 2023-02-02 08:32:38 -08:00
Bogdan Drutu a4d8fc1bfa
Use generics for sharedcomponents, removes casting increases type safetiness (#6772)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2023-01-24 11:55:38 -08:00
Bogdan Drutu def55617f5
Fix otlpreceiver transport metrics attribute (#6784)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2022-12-13 14:10:50 -08:00
Daniel Jaglowski 74f39a31bb
Add forward connector (#6763) 2022-12-13 08:37:09 -08:00