honeycombio/gha-buildevents

Be able to deal with slashes '/' in dataset names

Closed this issue · 2 comments

From go-honeycombio I've discovered that slashes (/) are replaced by dashes (-) in URLs. You can observe this in the UI.

Code to deal with this: https://github.com/kvrhdn/go-honeycombio/blob/main/client.go#L183

gha-buildevents also accepts a dataset name, if this names contains a slash we should replace it with a dash.

This is related to issue honeycombio/buildevents#72 and PR honeycombio/buildevents#73. I'd definitely prefer this to be handled in buildevents itself.

Thank you for submitting this issue! In an effort to better respond to new issues, we're closing old, inactive issues like this one. If you feel this is still important to consider, please leave a comment.