Re: [prometheus-developers] Most recent Timeseries in case of GAUGE metrics

2023-09-04 Thread Stuart Clark
? If that is the case then you'd need to ensure the correct value is returned by every pod, or you store that value elsewhere and scrape that other system. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubs

Re: [prometheus-developers] Maximum length of a time series in Prometheus

2023-03-27 Thread Stuart Clark
periods of time without huge amounts of memory. However in the normal usage of scrapes around every 30 seconds there are people who have multi-year storage retentions that work successfully (so that would be around a million datapoints per year). -- Stuart Clark -- You received this message

Re: [prometheus-developers] Loading a large csv file to Prometheus

2023-03-27 Thread Stuart Clark
reliability/HA similar to other general purpose databases) it may be a poor fit. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [prometheus-developers] Maximum length of a time series in Prometheus

2023-03-27 Thread Stuart Clark
/disk. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscr...@googlegroups.com. To view this

Re: [prometheus-developers] Loading a large csv file to Prometheus

2023-03-27 Thread Stuart Clark
per metric (with optional string labels). If you are wanting something more generic, you are better off looking at other databases (both timeseries based and otherwise). -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developer

Re: [prometheus-developers] Windows Exporter License

2022-12-22 Thread Stuart Clark
works." Which allows Grafana (the company) to do anything it likes with your code - it can be licensed in any way (commercial or open source), given to others, etc. without needing any further permission. -- Stuart Clark -- You received this message because you are subscribed to the Goo

Re: [prometheus-developers] Windows Exporter License

2022-12-22 Thread Stuart Clark
ight but there was 5% who didn't agree or couldn't be contacted that would potentially be an option - of course it could be very difficult/impossible if the remaining code was something really core. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "P

Re: [prometheus-developers] rbac support for exporter-toolkit

2022-11-28 Thread Stuart Clark
a sidecar? -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscr...@googlegroups.com. To view this

Re: [prometheus-developers] rbac support for exporter-toolkit

2022-11-28 Thread Stuart Clark
On 2022-11-28 11:01, Jesús Samitier wrote: Yeah, maybe add some documentation with example configurations. If it just some docs I don't see any issue? -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To u

Re: [prometheus-developers] rbac support for exporter-toolkit

2022-11-28 Thread Stuart Clark
changes? -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscr...@googlegroups.com. To view this

Re: [prometheus-developers] What if Prometheus to Scape Anything from Anywhere with embedded Zero Trust?

2022-06-14 Thread Stuart Clark
don't have the time/interest/need for such a solution. So you might have a few people asking for a bit more information, but I wouldn't expect much to happen after your posting. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Devel

Re: [prometheus-developers] [cloudwatch exporter] API usage optimization

2022-04-19 Thread Stuart Clark
nce! keywords: - getMetricStatistics - getMericData - cloudwatch So are you intending on trying to move to using the bulk multi-request API call where possible to reduce the number of calls & make things quicker/cheaper? -- Stuart Clark -- You received this message because you are sub

Re: [prometheus-developers] Next release schedule

2022-04-18 Thread Stuart Clark
On 12/04/2022 20:50, Sergey Leminov wrote: Hello The latest release was made more then a year ago. Just wonder if there are plans on releasing next version soon? The latest release of what? -- Stuart Clark -- You received this message because you are subscribed to the Google Groups

Re: [prometheus-developers] Is this alerting architecture crazy?

2021-11-21 Thread Stuart Clark
ich should give you lots of useful information about alert history (with the advantage of that data being with the monitoring system you already know [with whatever you have connected like dashboards, alerts, etc.]) -- Stuart Clark -- You received this message because you are subscri

Re: [prometheus-developers] Is this alerting architecture crazy?

2021-11-20 Thread Stuart Clark
It sounds like you are planning on creating a fairly complex system that duplicates a reasonable amount of what Alertmanager already does. I'm presuming your diagram is a simplification and that the application is itself a cluster, so each instance would be querying each instance of

Re: [prometheus-developers] Is it possible that timeseries can get replaced with a new scrapped one

2021-09-15 Thread Stuart Clark
On 2021-09-15 13:09, TECHAX wrote: Thank you so much. Can you please tell me,Is it possible to change this 5 minutes to less time? It is possible but that isn't generally advised. Why are you wanting to adjust that value? -- Stuart Clark -- You received this message because you

Re: [prometheus-developers] Is it possible that timeseries can get replaced with a new scrapped one

2021-09-15 Thread Stuart Clark
sending a particular label combination (or even a whole metric). After 5 minutes a time series that is no longer being presented during the scrapes will be marked as "stale" and would stop appearing on graphs, alerts, etc. (unless you do a query which covers a period before it goes sta

Re: [prometheus-developers] Prometheus scraping at metric-endpoint

2021-09-09 Thread Stuart Clark
_height_meters -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscr...@googlegroups.com. To view this dis

Re: [prometheus-developers] Adding timestamps to Gauge Metric

2021-08-31 Thread Stuart Clark
a gauge whos value is that timestamp. But in none of those situations would you set the metrics timestamp. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving e

Re: [prometheus-developers] Adding timestamps to Gauge Metric

2021-08-29 Thread Stuart Clark
o how PromQL works. >> >> So no, what you are asking for is not possible. PromQL graph queries base >> the X-axis on the input parameters of the range query. The start, end, and >> step. >> >> See the documentation on the API: >> https://prometheus.io/do

Re: [prometheus-developers] Adding timestamps to Gauge Metric

2021-08-29 Thread Stuart Clark
That very much depends on whatever tool you are using to display graphs. However it is sounding like Prometheus may not be the right system depending on what you are trying to do. Prometheus is a metric system, which works by sampling the current state of a system at regular time periods,

Re: [prometheus-developers] "dead" metrics

2021-06-06 Thread Stuart Clark
a certain time period). If you are meaning something different you could alert using the changes function - alert if the changes over the past time period were 0. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers&quo

Re: [prometheus-developers] Servers names

2021-03-22 Thread Stuart Clark
just wanting a listing of all unique DN labels you could do something like "sum by (DN) (up)" -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving ema

Re: [prometheus-developers] Remote-write drop samples | design doc

2021-03-22 Thread Stuart Clark
to 30 mins so Prometheus just drops it instead of trying to resend (possibly unblocking more recent data in the process). -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop

Re: [prometheus-developers] Creating a time series from data in a log file

2021-03-09 Thread Stuart Clark
one-time backfilling of data, but that equally probably wouldn't be suitable for regular ingestion. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it

Re: [prometheus-developers] Remote-write drop samples | design doc

2021-03-01 Thread Stuart Clark
d at least reduce the network impact once the receiver is back online (no need to send tons of data that we know will be rejected). -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this grou

Re: [prometheus-developers] Should we still announce the dev summit notes?

2021-02-25 Thread Stuart Clark
think it is useful, especially as I couldn't stay for the final part (so your email was a quick reminder to read over what I missed) :-) -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from

Re: [prometheus-developers] Re: auto discover of targets in Prometheus

2021-02-21 Thread Stuart Clark
JSON or YAML files for your jobs - depending on the level of information you could produce lists for the SNMP exporter (e.g. network equipment), node exporter (Unix servers), MySQL exporter (and other databases), IPMI exporter, etc. -- Stuart Clark -- You received this message because you

Re: [prometheus-developers] Re: auto discover of targets in Prometheus

2021-02-19 Thread Stuart Clark
you need to do - Prometheus has to look somewhere for the list. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-

Re: [prometheus-developers] Difference in scope between smokeping_prober and blackbox_exporter?

2021-02-17 Thread Stuart Clark
decreasing the scrape interval? Prometheus can scrape as infrequently as every 2 minutes or as frequently as several times a second. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from

Re: [prometheus-developers] Encrypted gmail password in place of plain text password in alertmanager.yml

2021-02-11 Thread Stuart Clark
) or any other security features of that system (e.g. using Secrets instead of ConfigMaps within Kubernetes). All standalone server systems have this requirement. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers&q

Re: [prometheus-developers] SNMP monitoring | PUSH Method feasibility

2021-02-03 Thread Stuart Clark
exporter which accepts the trap events and then publishes some metrics based on them (number of times the trap happened, etc.) I've no idea if that would be any use however! -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers&q

Re: [prometheus-developers] Prometheus integration with RESt API

2021-02-02 Thread Stuart Clark
an exporter would be used. In whichever language you choose and the appropriate Prometheus client library you can call your API to fetch the metrics and then reply to Prometheus. You would then be able to scrape those metrics. -- Stuart Clark -- You received this message because you are subscribed

Re: [prometheus-developers] Prometheus

2021-01-28 Thread Stuart Clark
will be missed, but I look forward to seeing you around once travel is legal again. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: [prometheus-developers] SNMP monitoring | PUSH Method feasibility

2021-01-28 Thread Stuart Clark
alternate through which we can integrate prometheus with commvault. Pls suggest The email subject mentions SNMP. That is fully supported using the SNMP Exporter: https://github.com/prometheus/snmp_exporter -- Stuart Clark -- You received this message because you are subscribed to the Google

Re: [prometheus-developers] Enable auto merge

2020-12-22 Thread Stuart Clark
But it does rely on approval meaning "good to merge", rather than "only when someone else approves". On 22 December 2020 16:28:18 GMT, Julien Pivotto wrote: >So, to clarify, this is the equivalent to merge, just it wait for green >ci. > >Le mar. 22 déc. 2020 à 17:17, Julien Pivotto > a >écrit

Re: [prometheus-developers] Enable auto merge

2020-12-22 Thread Stuart Clark
On 22/12/2020 15:59, Bjoern Rabenstein wrote: On 16.12.20 21:33, Julien Pivotto wrote: Can we enable the new github feature, auto-merge, in prometheus repositories? It waits for everything to be green before merging. Auto-merge assumes that all tests green and one valid approval means "please

Re: [prometheus-developers] Integrate Push Notifications with AlertManager

2020-06-28 Thread Stuart Clark
On 28/06/2020 00:08, Josh Wolff wrote: Hello, I want to integrate push notifications with Prometheus's AlertManager I am the founder of Spontit (https://api.spontit.com), and we enable people to send limitless, free push notifications. I was reading about AlertManager and I think an

Re: [prometheus-developers] Re: Helm charts home

2020-06-23 Thread Stuart Clark
if you think there is something missing. on my side I'm more in FAVOR OF THE PROPOSITION 1. If you went with a repo per chart, rather than option 3 it would probably be nicer to have a new organisation specifically for helm charts (prometheus-community-helm or something) -- Stuart Clark

Re: [prometheus-developers] Re: Helm charts home

2020-06-19 Thread Stuart Clark
On Fri, Jun 19, 2020 at 8:55 PM Stuart Clark wrote: On 2020-06-19 13:30, André Bauer wrote: Hey guys, great to see there is already some effort to move the chart out of the stable repo :) As i understand that "prometheus" is not the perfect fit for the chart name, as it als

Re: [prometheus-developers] Re: Helm charts home

2020-06-19 Thread Stuart Clark
nges later... -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscr...@googlegroups.com. To view this discuss

Re: [prometheus-developers] Re: Helm charts home

2020-06-09 Thread Stuart Clark
heus Operator chart) to allow decentralised configuration using different CRDs (ServiceMonitors for what to scrape, alert rules, instances, etc.) So both have their place. -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Develope

Re: [prometheus-developers] [VOTE] Allow listing non-SNMP exporters for devices that can already be monitored via the SNMP Exporter

2020-05-29 Thread Stuart Clark
iders addressed already.) Do people make use of the "other exporters list" on the wiki? Would it make sense to make that a bit more known so there is another less structured place to put things? https://github.com/prometheus/prometheus/wiki/Default-port-allocations -- Stuart Clark

Re: [prometheus-developers] Re: Changing Prometheus from lazy to rough consensus?

2020-05-29 Thread Stuart Clark
or a no, but a "go back to discussion"? Or you have some criteria (time, etc) which is needed to call a vote (although that can also bring difficulties). -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.

Re: [prometheus-developers] move https/ package to client_golang

2020-05-27 Thread Stuart Clark
ow does the release management/overhead differ between several single purpose repos and a single repo containing independent things in different directories? -- Stuart Clark -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. T

Re: [prometheus-developers] Changing Prometheus from lazy to rough consensus?

2020-05-27 Thread Stuart Clark
trust from all sides that it is a reasonable decision not just following their personal belief. (I've also seen and had similar advice for face-to-face meetings - it works best if the chair/facilitator is not one of the active participants) -- Stuart Clark -- You received this message because you are subscribed

Re: [prometheus-developers] cpu utilization

2020-02-21 Thread Stuart Clark
o control prometheus once its cpu >usage >>> starts to get over and starts affecting the other processes? >>> >>> On Thursday, February 20, 2020 at 4:01:07 PM UTC+5:30, Stuart Clark >wrote: >>>> >>>> That will very much depend on what you are

Re: [prometheus-developers] Is there any way to give memory specifications by ourselves in prometheus?

2020-02-20 Thread Stuart Clark
). On 20 February 2020 08:25:14 GMT, adi garg wrote: >Thanks Stuart. Is it possible to restart the prometheus without data >loss >from that point? > >On Thursday, February 20, 2020 at 1:39:03 PM UTC+5:30, Stuart Clark >wrote: >> >> If you are meaning the disk storage,

Re: [prometheus-developers] Is there any way to give memory specifications by ourselves in prometheus?

2020-02-20 Thread Stuart Clark
If you are meaning the disk storage, Prometheus would stop working and you might also encounter some corruption. You can control disk usage by setting the retention period or by setting the maximum space to remain available. I'd strongly suggest putting the storage on a separate mount and also