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

Properly set metadata to values that will work. #523

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Conversation

kentquirk
Copy link
Contributor

@kentquirk kentquirk commented Sep 27, 2022

Which problem is this PR solving?

  • A previous PR (Allow adding extra fields to error logs #514) changed the type of the metadata object from map[string]string to map[string]any, but I must have forgotten to hit save at some point, and this part of it (4 lines) didn't get committed. This bug actually will cause that feature to omit fields it knows about.

Short description of the changes

  • Change the type appropriately in processResponses

@kentquirk kentquirk added type: bug Something isn't working version: bump patch A PR with release-worthy changes and is backwards-compatible. labels Sep 27, 2022
@kentquirk kentquirk requested review from a team and emilyashley September 27, 2022 20:30
Copy link
Contributor

@TylerHelmuth TylerHelmuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kentquirk kentquirk merged commit 38c5853 into main Sep 29, 2022
@kentquirk kentquirk deleted the kent.metadata_type branch September 29, 2022 18:46
ghost pushed a commit to opsramp/tracing-proxy that referenced this pull request Jul 5, 2024
## Which problem is this PR solving?

- A previous PR (honeycombio#514) changed the type of the metadata object from
`map[string]string` to `map[string]any`, but I must have forgotten to
hit save at some point, and this part of it (4 lines) didn't get
committed. This bug actually will cause that feature to omit fields it
knows about.

## Short description of the changes

- Change the type appropriately in processResponses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working version: bump patch A PR with release-worthy changes and is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants