cortexproject / cortex

A horizontally scalable, highly available, multi-tenant, long term Prometheus.
https://cortexmetrics.io/
Apache License 2.0
5.46k stars 793 forks source link

docs: summarise how cortex compares to alternatives #865

Open errordeveloper opened 6 years ago

errordeveloper commented 6 years ago

Most notably, it'd be good to have comparison of Cortex vs Thanos.

Additionally, it'd also disable to see how Cortex compares to:

  1. simplest standalone Prometheus server and alert manager
  2. multiple redundant Prometheus servers and alert manager
  3. federated Prometheus (as this could be really anything, and gets complicated too quickly, comparison in broad terms would be of sufficient)
tomwilkie commented 6 years ago

This will also be useful for the upcoming TSDB panel at Promcon. We could compare on the following axis:

BrianChristie commented 6 years ago

Just curious if this got discussed at Promcon and if anyone would be willing to post their notes or point to a recording? Thanks!

tomwilkie commented 6 years ago

Hi @BrianChristie - we did the TSDB panel at PromCon on the first day; the videos haven't been edited down yet, but when they are I'll make sure to include a link. That being said the panel had a broader scope then Thanos vs Cortex, so might not be what you're looking for. Do you have any specific questions?

shaoxt commented 5 years ago

I have question about the replication. I am running two prometheus pods in one cluster. Each one has a remotewrite which is writing the metrics to cortex. So I got two metrics metric_name{cluster="cluster1"prometheus_replica="prometheus-k8s-0"} metric_name{cluster="cluster1",prometheus_replica="prometheus-k8s-1"} How can I dedupe in the query?

JamesHealey94 commented 5 years ago

The TSDB panel at PromCon has now been uploaded: https://www.youtube.com/watch?v=3pTG_N8yGSU

achilles42 commented 5 years ago

@shaoxt https://github.com/cortexproject/cortex/issues/990

valyala commented 5 years ago

There are also M3DB and VictoriaMetrics to put on the comparison table additionally to Thanos.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

gouthamve commented 4 years ago

Maybe we can extract the end of https://docs.google.com/document/d/1mCS5C9wQxEyFQrknaY4nFvgWR34ZKUgFH7I2osMhbIY/edit and put it onto the website.