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

Cortex single-process (lite) mode. #463

Merged
merged 5 commits into from
Jul 4, 2017
Merged

Conversation

tomwilkie
Copy link
Contributor

@tomwilkie tomwilkie commented Jun 16, 2017

A small bit of refactoring was needed:

  • Don't try and read eth0 ip address on startup and then fail.
  • Expose a flag for an in memory ring KV store, and change the naming of this interface in preparation for etcd support.
  • Add a flag to do non-multitenant (inject userid 0 on every request)
  • Merge all schema-relate config into a single struct, and stop embedding it.

@tomwilkie
Copy link
Contributor Author

@jml you mentioned you were interested in this?

Also, merge all schema-relate config into a single struct and don't embed it in any other config, so it can properly be shared.
@jml
Copy link
Contributor

jml commented Jul 4, 2017

Interested, yes. Unfortunately not enough to be able to give it the review that it deserves.

@jml jml merged commit b3d7c2c into cortexproject:master Jul 4, 2017
@jml
Copy link
Contributor

jml commented Jul 4, 2017

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants