Crunch-io / rcrunch

R package for interacting with the Crunch API
https://crunch.io/r/crunch/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

honeycomb for rcrunch integration tests? #605

Open gergness opened 1 year ago

gergness commented 1 year ago
yes, we can do that via the X-Crunch-Tracing header, which takes a triple: activity_id, trace_id, span_id

fumanchu
the first should be a uuid for the test suite run

fumanchu
the second should be a uuid per test

fumanchu
and the third should be the uuid of the "parent span" in R, but that would require a honeycomb library in R

fumanchu
plus some integration work to turn on honeycomb in whatever API server processes R is hitting