Skip to content

Smoke test rework - #7

Draft
breedx-splk wants to merge 6 commits into
mainfrom
smoke_test_rework
Draft

Smoke test rework#7
breedx-splk wants to merge 6 commits into
mainfrom
smoke_test_rework

Conversation

@breedx-splk

Copy link
Copy Markdown
Owner

An attempt at reworking open-telemetry#1972 to demonstrate a separation between the test and server and app. In this rework, the test code, collector, and fake backend all run on the host machine, and only the minified app runs on the (emulated) device.

The collector is only needed to cover a gap in the fake backend, which on receives grpc and not plain http. The collector allows this translation to happen smoothly.

The TelemetryRetriever fetches the telemetry from the fake backend, which can support metrics, traces, and logs. For this start, we only look at traces, but would later want to expand into logs.

We should discuss the pros and cons of this approach contrasted with the other approach.

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

Successfully merging this pull request may close these issues.

2 participants