Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create common code for HTTP receivers and exporters #505

Closed
pjanotti opened this issue Jan 16, 2020 · 1 comment
Closed

Create common code for HTTP receivers and exporters #505

pjanotti opened this issue Jan 16, 2020 · 1 comment

Comments

@pjanotti
Copy link
Contributor

Currently there are receivers and exporters, in the core and contrib repo, that are just variations of data formats sent/received over HTTP (eg.: Zipkin, SignalFx, collectd, etc). This creates inconsistencies between very similar components. We should design HTTP receivers and exporters that can be extended to support different formats, handle requests and responses as needed but have a consistent core set of configuration options and observability. This will simplify configurations and will make easier to understand issues with these components.

@flands flands added this to To do in Collector May 22, 2020
@tigrannajaryan tigrannajaryan removed this from To do in Collector May 29, 2020
@bogdandrutu
Copy link
Member

This is almost done with the new helpers and the new configs.

MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this issue Nov 11, 2021
…telemetry#505)

* update README with import instructions and how to build / test

* fix typo

* remove building the code section from README.md

* add clone instructions to CONTRIBUTING.md

Co-authored-by: Joshua MacDonald <[email protected]>
Co-authored-by: Rahul Patel <[email protected]>
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this issue Apr 27, 2023
* Release v0.29.0

* fixes

* Change the map type in expandStringValues (open-telemetry#507)

* fix smartagent receiver/extension config

* Update CHANGELOG.md

Co-authored-by: Jay Camp <[email protected]>
Co-authored-by: Paulo Janotti <[email protected]>
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this issue Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants