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

Part 1 of influx2cortex and mimir-proxies package consolidation #6

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

alexgreenbank
Copy link
Collaborator

Package consolidation between influx2cortex and mimir-proxies

Packages shared by the write proxies (Influx, Graphite, Datadog) should reside in the mimir-proxies repository.

Influx2cortex had copied some of these packages into its own repository as mimir-proxies had not been open-sourced at this point. Now that the mimir-proxies repository is public we can undo the duplication.

This PR concerns the following packages:-

  • pkg/appcommon
  • pkg/remotewrite
  • pkg/server
  • pkg/server/middleware

and is attempting to consolidate the packages as of commit 31d5ec40eee81362645ae5f420b521f4195f58e1 in influx2cortex with the current head of mimir-proxies (commit 7458681).

This PR is applied first to bring in the changes that were already in use in influx2cortex, and then grafana/influx2cortex#66 can be merged which makes influx2cortex use these updated packages.

@alexgreenbank alexgreenbank added the enhancement New feature or request label Aug 12, 2022
@alexgreenbank alexgreenbank requested a review from a team August 12, 2022 10:04
@alexgreenbank alexgreenbank merged commit 83bf507 into main Aug 12, 2022
@alexgreenbank alexgreenbank deleted the alexg/i2c-package-consolidation-1 branch August 12, 2022 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants