Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Fix panic in prom-migrator proto-enum registration #1375

Merged

Conversation

Harkishen-Singh
Copy link
Member

Signed-off-by: Harkishen-Singh harkishensingh@hotmail.com

This commit fixes the duplicate proto enum registration panic
in prom-migrator. This is done by removing all imports from Promscale
which prevents the duplicate registration of the commonly imported
prompb package by both Promscale and Prom-migrator.

Description

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Merge requirements

Please take into account the following non-code changes that you may need to make with your PR:

  • CHANGELOG entry for user-facing changes
  • Updated the relevant documentation

@Harkishen-Singh Harkishen-Singh marked this pull request as ready for review May 25, 2022 10:57
@Harkishen-Singh Harkishen-Singh requested review from paulfantom and a team as code owners May 25, 2022 10:57
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>

This commit fixes the duplicate proto enum registration panic
in prom-migrator. This is done by removing all imports from Promscale
which prevents the duplicate registration of the commonly imported
`prompb` package by both Promscale and Prom-migrator.
Copy link
Contributor

@antekresic antekresic left a comment

Choose a reason for hiding this comment

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

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants