[prometheus-users] Re: Postgres adapter

2021-05-07 Thread Harkishen Singh
Hey! Yes, you can use Promscale for storing Prometheus data in Postgres or TimescaleDB. For using Promscale in kubernetes, you can either use Tobs (automatically manages Promscale, Prometheus, TimescaleDB installation), or use Promscale helm charts (see this

[prometheus-users] Re: Timescale DB setup

2020-11-24 Thread Harkishen Singh
Hey Sree hari, I had sent you a follow mail mentioning the details. Is it resolved by now? If not, feel free to mention on TimescaleDB slack on promscale channel: invite link

Re: [prometheus-users] Sample Code in Go/C++ to Publish Metrics to a Remote Write Endpoint

2020-11-24 Thread Harkishen Singh
Hey AI, We (TimescaleDB team) are in the process of adding support to easily push prometheus metric data to Promscale/TimescaleDB. The PR is already merged and we are writing examples and docs for users to understand in simple terms how to use this feature. For knowing more information on this

[prometheus-users] Re: promtool - parallel tests possible?

2020-10-06 Thread Harkishen Singh
No, I don't think there is a plan as of now. This should be a good feature request. Would you mind opening a feature request at https://github.com/prometheus/prometheus/issues? On Tuesday, October 6, 2020 at 9:34:15 PM UTC+5:30 ivan...@gmail.com wrote: > Hello everyon, > > Been checking on prom

[prometheus-users] Re: Read Timeseries from Kafka topic and ingest into Prometheus

2020-10-05 Thread Harkishen Singh
Was wondering why pushgateway (https://github.com/prometheus/pushgateway) will not be useful here. Pushgateway was build for these purposes. On Sunday, October 4, 2020 at 12:03:25 AM UTC+5:30 b.ca...@pobox.com wrote: > You can't. Prometheus does not support "push" of data into the timeseries >

Re: [prometheus-users] Re: Thanos vs TimescaleDB

2020-10-04 Thread Harkishen Singh
That is not true at all. After compression in TimescaleDB, the timestamp undergoes double delta compression (like in facebook's gorilla papers) in a more efficient manner, fusing the rows and achieving a much higher compression ratio. That clearly means the stats you mentioned is false! On Monda

[prometheus-users] Re: Failing test in local.

2020-10-04 Thread Harkishen Singh
Update your go version to the latest and try it again. Prometheus' CI uses go version 1.15. Maybe, that can work out for you. On Friday, October 2, 2020 at 8:55:28 PM UTC+5:30 b.ca...@pobox.com wrote: > On Friday, 2 October 2020 16:20:50 UTC+1, Viren Negi wrote: >> >> go version go1.13.7 darwin

Re: [prometheus-users] Re: Prometheus with Timescale DB

2020-10-04 Thread Harkishen Singh
Number of metrics? Samples per second? > > On Sun, Oct 4, 2020 at 7:19 PM Harkishen Singh > wrote: > >> I have been using TimescaleDB for quite some time and everything is going >> great! No problems so far even when at scale. So, should be great to use >> for y

Re: [prometheus-users] Re: Prometheus with Timescale DB

2020-10-04 Thread Harkishen Singh
I have been using TimescaleDB for quite some time and everything is going great! No problems so far even when at scale. So, should be great to use for you as well. On Sunday, October 4, 2020 at 9:05:22 PM UTC+5:30 chris@gmail.com wrote: > We did do alot of compare/contrasts of different sol

[prometheus-users] Re: Memory usage discrepancy

2020-09-09 Thread Harkishen Singh
You don't require to sum by a node when you are already querying with exact labels since I expect the output to be one. BTW, try with *container_memory_usage_bytes *instead of *container_memory_working_set_bytes* On Wednesday, September 9, 2020 at 7:28:49 PM UTC+5:30 Anoop wrote: > Hi, > > I a

[prometheus-users] Re: Sushant Singh Rajput: Boycott Karan Johar, YRF films, Salman Khan

2020-06-23 Thread Harkishen Singh
Why is this here? It's more like a spam. Avoid posting at official mailing lists. On Sunday, June 21, 2020 at 2:09:17 PM UTC+5:30 shivalic...@gmail.com wrote: > Hey, > > I just signed the petition "Sushant Singh Rajput: Boycott Karan Johar, YRF > films, Salman Khan" and wanted to see if you cou

Re: [prometheus-users] Re: How to avoid Gaps in the Graphs

2020-06-22 Thread Harkishen Singh
You should rather have them exposed as either 3 different NodePort or use their instantaneous cluster IP and have these changes in the prometheus config. Also, providing different labels will help you segregate the results easily. On Tuesday, June 9, 2020 at 7:02:34 PM UTC+5:30 Brian Brazil wro

[prometheus-users] Re: how to capture prometheus values

2020-06-22 Thread Harkishen Singh
Assuming you mean, prometheus running inside a docker container or a pod on a k8s cluster, expose them via Kubernetes service and use the API. For recording, I hope *recording rules* are what you are looking for. Also, if this doesn't answer your question, kindly mention more details as per the

Re: [prometheus-users] PromQL to merge two metrics data

2020-06-22 Thread Harkishen Singh
Actually, this is the Prometheus way, {__name__=~"system_total_processes|system_running_processes", instance=~"$host"} for your use case! On Tuesday, June 23, 2020 at 12:26:49 AM UTC+5:30 Harkishen Singh wrote: > Either you can go the grafana way, or you can query

[prometheus-users] Re: node exporter status shows the below error.

2020-06-22 Thread Harkishen Singh
el=info ts=2020-06-22T18:47:23.148Z caller=node_exporter.go:112 >> collector=timex >> level=info ts=2020-06-22T18:47:23.148Z caller=node_exporter.go:112 >> collector=udp_queues >> level=info ts=2020-06-22T18:47:23.148Z caller=node_exporter.go:112 >> collector

Re: [prometheus-users] PromQL to merge two metrics data

2020-06-22 Thread Harkishen Singh
Either you can go the grafana way, or you can query something smarter like, {__name__=~"system_.*"} but that will give you all the queries starting with systems. So, you can add some or/and conditions there as well and make it more productive. On Monday, June 22, 2020 at 2:32:06 PM UTC+5:30 nee

[prometheus-users] Re: node exporter status shows the below error.

2020-06-22 Thread Harkishen Singh
Try running without the service/systemd way. I mean, extract the *node_exporter.tar* contents and *./node_exporter.* On Tuesday, June 23, 2020 at 12:01:12 AM UTC+5:30 sadhana...@gmail.com wrote: > Hi, > > I am trying to install node_exporter on the server I am getting the below > error. > > St