Re: [prometheus-users] vector cannot contain metrics with the same labelset

2023-06-16 Thread Adso “Cho” Castro
, Adso “Cho” Castro escreveu: > Oh I see. I agree with that idea, I'm gonna move this discussion to their > github issues. > > Thank you! > > Em quarta-feira, 31 de maio de 2023 às 11:43:41 UTC-3, Julius Volz > escreveu: > >> That's the TSDB complaining about

Re: [prometheus-users] vector cannot contain metrics with the same labelset

2023-05-31 Thread Adso “Cho” Castro
for the Thanos > folks though. > > On Wed, May 31, 2023 at 3:07 PM Adso “Cho” Castro > wrote: > >> Hey Julius, morning >> >> Found a few warn logs from thanos-receive, maybe a possible root cause? >> >> - "Error on ingesting samples with different va

Re: [prometheus-users] vector cannot contain metrics with the same labelset

2023-05-31 Thread Adso “Cho” Castro
ometheus servers (or > the long-term storage), because something around the external labels > normally used for differentiating series isn't configured or working > properly? > > On Tue, May 30, 2023 at 10:28 PM Adso “Cho” Castro > wrote: > >> Hey, been gettin

[prometheus-users] vector cannot contain metrics with the same labelset

2023-05-30 Thread Adso “Cho” Castro
Hey, been getting the error below when querying: *execution: vector cannot contain metrics with the same labelset* The query: sum(rate(istio_requests_total{reporter="source", destination_workload="dummy-data", response_code=~"2.."}[$_range])) by (destination_workload) / sum(rate(istio_requests

[prometheus-users] Re: Historical Data

2022-08-24 Thread Adso Castro
Oh, another person of culture I see. Nice to see a fellow VM user :) We're running the cluster version of VM too, 6 month retention by the way. This is a PoC we're running to understand if we can put those historical series to some use. Thanks Brian! Em quarta-feira, 24 de agosto de 2022 às 12:

[prometheus-users] Historical Data

2022-08-24 Thread Adso Castro
Hey, What's your opinion about sending Prometheus metrics to a Data Lake or something? My team has a PoC about it and I'm trying to find a way if this is possible or a pure waste of time. The goal is to serve historical data to other teams, basically. By the way, I'm not talking about a prometh

[prometheus-users] AlertManager Dropping Messages

2021-03-16 Thread Adso Castro
Hey, one of my 2 alertmanager pods is having this issue: level=warn ts=2021-03-15T13:16:47.553Z caller=delegate.go:272 component=cluster msg="dropping messages because too many are queued" current=4112 limit=4096 After doing some research, looks like there is no way for me to fix that by incre

[prometheus-users] Relabel configuration for replace action requires target_label

2021-01-04 Thread Adso Castro
Hi all, My testing Prometheus Operator Stack is having some bad time, the prometheus pods are crashing non stop, error below: {"caller":"main.go:289","err":"parsing YAML file /etc/prometheus/config_out/prometheus.env.yaml: relabel configuration for replace action requires 'target_label' value"

[prometheus-users] [Thanos] Not deduplicating metrics?

2020-07-24 Thread Adso Castro
Hi guys, I have an issue with Thanos that I would like to drop here first before taking it somewhere else.I’m running prometheus-operator inside my k8s cluster along with Thanos. All good, working fine, until I noticed some metrics are doubled in Grafana, like I query a random http metric for t

Re: [prometheus-users]

2020-07-20 Thread Adso Castro
Hey, Well, you can search some guides on youtube, there's plenty of it, just search "Kubernetes + Prometheus" so you can learn the basics from AlertManager and Prometheus Rules as well. Also, don't forget the official docs: AlertManager: https://prometheus.io/docs/alerting/latest/alertmanager/

[prometheus-users] Heavy Queries and Grafana Dashboards

2020-07-20 Thread Adso Castro
Hey all, Does anyone know how can I identity heavy queries and heavy (Grafana) dashboards so I can create records to relieve it from my Prometheus stack? Maybe a query or something else? Couldn't find anything close to it. Thank you. -- You received this message because you are subscribed

Re: [prometheus-users] OOM error for Prometheus

2020-07-16 Thread Adso Castro
@Martin Just a ping about this issue, how did you identify what services were causing you trouble with too much metrics? I'm asking because I'm facing a similar problem at the moment. Thank you. Em segunda-feira, 13 de abril de 2020 às 06:53:13 UTC-3, Martin Man escreveu: > Hi Nishant, > >

Re: [prometheus-users] OOM error for Prometheus

2020-07-16 Thread Adso Castro
@Martin Just a ping about this issue, how did you identified what services were causing you trouble with too much metrics? I'm asking because I'm facing a similar problem at the moment. Thank you. Em segunda-feira, 13 de abril de 2020 às 06:53:13 UTC-3, Martin Man escreveu: > Hi Nishant, > >

Re: [prometheus-users] Is there any limits for prometheus monitoring?

2020-07-15 Thread Adso Castro
rator/pull/3241). Em quarta-feira, 15 de julho de 2020 17:48:35 UTC-3, Stuart Clark escreveu: > > On 15/07/2020 21:40, Adso Castro wrote: > > Seconded. Clark's right. My current scenario is kinda the same (pod > > memory keep floating between 12~16GB) and I'm currentl

Re: [prometheus-users] Is there any limits for prometheus monitoring?

2020-07-15 Thread Adso Castro
Seconded. Clark's right. My current scenario is kinda the same (pod memory keep floating between 12~16GB) and I'm currently working on identifying why do I have so much targets (17k at the moment) and doing all the records I can to relieve stress from dashboards and rules. Em quarta-feira, 24 d

[prometheus-users] Re: Metrics Deduplication

2020-06-18 Thread Adso Castro
That sure helps a lot. Thank you. Em quinta-feira, 18 de junho de 2020 11:37:09 UTC-3, Mat Arye escreveu: > > > > On Wednesday, June 17, 2020 at 11:18:47 AM UTC-4, Adso Castro wrote: >> >> Hey all, >> >> I have a curious question here: >> >&g

[prometheus-users] Metrics Deduplication

2020-06-17 Thread Adso Castro
Hey all, I have a curious question here: I have 3 Prometheus replicas running under my Prometheus-Operator (plus Thanos) inside a Kubernetes Cluster. When I query something within the range of 3 or 6+ hours, I get the same metric x 3. Is that correct or should I get a single metric already refi

Re: [prometheus-users] Out of Order Samples

2020-05-29 Thread Adso Castro
Thanks, I'll check it out. Adso Castro cho140...@naver.com Em sex, 29 de mai de 2020 6:26 PM, Brian Brazil < brian.bra...@robustperception.io> escreveu: > On Fri, 29 May 2020 at 21:47, Adso Castro wrote: > >> Sup all, >> >> I'm having a problem

[prometheus-users] Out of Order Samples

2020-05-29 Thread Adso Castro
Sup all, I'm having a problem with *out of order samples* that started yesterday on my prometheus operator cluster and I'm finding it quite hard to identify the root cause of it. I've been reading some threads about the problem being one of the targets or maybe the time from the servers, but my

[prometheus-users] Kubernetes known labels that can be dropped

2020-04-20 Thread Adso Castro
Hi all, Do you know any known labels from a Kubernetes Prometheus installation that can be dropped? Obviously, not considering particular metrics from anyone, but some like: - container_memory_failures_total - container_tasks_state - go_* Any ideas? Thanks. -- You received this message beca

Re: [prometheus-users] [Promql] How do I know if a value hasn't changed in a while?

2020-04-12 Thread Adso Castro
That did the magic, thank you very much Christian! Have a nice one! Em dom., 12 de abr. de 2020 às 03:53, Christian Hoffmann < m...@hoffmann-christian.info> escreveu: > Hi, > > On 4/12/20 1:05 AM, Adso Castro wrote: > > That's the question, there's a metric: *job

[prometheus-users] [Promql] How do I know if a value hasn't changed in a while?

2020-04-11 Thread Adso Castro
That's the question, there's a metric: *jobs_sent 1728* I want to know if that value hasn't changed in 1h for example. How do I do that? Thank you -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop recei

[prometheus-users] AlertManager Silence Regex

2020-04-04 Thread Adso Castro
Hi all, I'm trying to create a silence using regex from the AlertManager UI and I want to silence alarms from deployments (from my Kubernetes cluster) like below: *new-batch-stream-**g1343* *super-batch-pipeline-g1273* The match would be the word "batch". I've tried a few times using the UI,

[prometheus-users] Replacing a "/" using regex

2020-02-28 Thread Adso Castro
Hey guys, I'm in the middle of something here, I'm trying to replace the "/" from the metric below but this isn't working at all. I'm using a beanstalkd exporter, and the tubes are being listed with a "/" and it's messing up with some automations that we're using because of that forward slash,

Re: Re : à propos du logiciel Transmission

2017-06-23 Thread adso mega
J'ai pigé, merci à toi !*Adso. Le Vendredi 23 juin 2017 12h13, François a écrit : Salut, c'est tout à fait normal que tes torrents soient bloqués, ça veux simplement dire qu'il n'y a pas de "leechers " qui les sollicitent en téléchargement.

Re: Re : à propos du logiciel Transmission

2017-05-30 Thread adso mega
ut,  Est-ce que tu utilises le tracker T411 ? As-tu changé l'URL comme indiqué sur le site ?  Envoyé depuis mon HTC ----- Message de réponse - De : "adso mega" Pour : "UBUNTU-FR Lists" Objet : à propos du logiciel Transmission Date : mer., mai 31, 2017 07:02 Bonjour,"

à propos du logiciel Transmission

2017-05-30 Thread adso mega
Bonjour,"Transmission" affiche que mes torrents sont "bloqués";savez-vous comment remédier à cela? Merci,*Adso -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr Charte de la

Gestion du scanner et traitement des PDF

2017-03-27 Thread adso mega
Bonsoir à tous,Avant d'installer linux lite à la place de Windows 10, je souhaite savoir si un logiciel permet de scanner des images et de fabriquer des PDF. Merci d'avance,*A. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com

problèmes divers

2016-11-08 Thread adso mega
Merci de me dire si vous avez des pistes. *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr Charte de la liste: http://doc.ubuntu-fr.org/groupes/ubuntu-fr-ml/charte

Re: Ubuntu 16 04 LTS et Ubuntu 16 04 1

2016-10-23 Thread adso mega
Merci, Sébastien, J'ai ré-installé Ubuntu 16.04 LTS, effectué la mise à jour,cela fonctionne. *Adso. Le Dimanche 23 octobre 2016 8h41, Sébastien Chopin a écrit : Le 23/10/2016 à 06:27, adso mega a écrit : Bonjour à toutes et tous, Mon Ubuntu 16 04 LTS me fait que

Ubuntu 16 04 LTS et Ubuntu 16 04 1

2016-10-22 Thread adso mega
Bonjour à toutes et tous, Mon Ubuntu 16 04 LTS me fait quelques misères sur mon ordi portable - par exemple le pointeur du "pad" se promène de plus en plus sans que je le lui demande. (petit ordi Packard Bell "stream") Est-ce une bonne idée d'installer Ubuntu 16 04 1 à la place? Merci ! Bon dima

Re: compatibilité des pérphériques de stockage

2016-09-17 Thread Adso
Merci à vous, En fait un formatage avec l'utilitaire "Disques" a suffi; par contre un clic sur l'icône de la clé puis "formater" ne suffisait pas. Tout fonctionne à présent. Bon samedi, Adso Le 17/09/2016 à 11:47, Lami René a écrit : Bonjour, Je vous

compatibilité des pérphériques de stockage

2016-09-17 Thread adso mega
27;entre vous connaissent-ils ce problème - et sa solution? Merci, bon samedi à vous, *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr Charte de la liste: http://doc.ubuntu-fr.org/groupes/ubuntu-fr-ml/charte

Re: enregistrer extrait video

2016-09-13 Thread Adso
Merci à toi, ça fonctionne sous Windows 10 avec des effets de pixellisations (gros carrés); et sous ubuntu, l'image est impeccable mais je n'ai toujours pas de son... bonne soirée à tous ! *Adso. Le 13/09/2016 à 21:24, Mohand a écrit : Bonsoir à tous, On peut le faire direct

Re: enregistrer extrait video

2016-09-12 Thread Adso
.pera...@gmail.com>> a écrit : Bonjour, Que voulez-vous dire par là ? Une vidéo sur internet ? Un fichier sur votre ordinateur ? De quel type ? ;-) Le 12 septembre 2016 à 21:14, Adso mailto:adso.m...@yahoo.fr>> a écrit : bonjour à tous/toutes, Aujourd&

enregistrer extrait video

2016-09-12 Thread Adso
bonjour à tous/toutes, Aujourd'hui je me demande comment capturer une partie d'une video; Existe-t-il un logiciel pour cela? Merci, *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com/mailman/lis

Re: Tr : plus de WI FI

2016-09-09 Thread Adso
Le problème a été résolu partiellement puisque le PC acceptait le partage de connexion sur Smartphone, mais refusait la box; dans un second temps, il a fallu que mon opérateur modifie ma clé de sécurité; et désormais tout fonctionne. Merci à tous *Adso. Le 09/09/2016 à 13:58

Tr : plus de WI FI

2016-09-09 Thread adso mega
Le Vendredi 9 septembre 2016 10h18, popaul a écrit : pour retrouver son wif moi j'ai fais. sudo apt-get install bcmwl-kernel-source dans un terminal salutation Le 08/09/2016 à 21:51, adso mega a écrit : Bonsoir, J'ai installé ubuntu sur mon petit pc, et je

Re: plus de WI FI

2016-09-08 Thread adso mega
Merci de votre réponse.J'ai trouvé le nom de ma carte réseau: Network controller: BroadcomCorporation BCM43142 802.11b/g/n (rev 01) Je pars en quête du pilote; si vous l'avez, faites-moi signe ... Adso Le Jeudi 8 septembre 2016 22h21, Timothée Péraldi a écrit : Bonjour,Peut

plus de WI FI

2016-09-08 Thread adso mega
Bonsoir, J'ai installé ubuntu sur mon petit pc, et je n'ai plus internet :( "aucun périphérique réseau disponible" Pouvez-vous m'aider? Merci *Adso -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.

Re: un petit coin d'intimité?

2016-05-05 Thread Adso
Bonjour et merci à tous pour vos réponses ; quelques_unes s'étaient perdues dans les spams. Devant la difficulté, j'ai choisi de zipper avec mot de passe ce que je veux garder pour moi. cordialement, *Adso. On 05/04/2016 12:12 PM, Serge BESSON wrote: Le 04/05/2016 03:55, Sébastie

mot de passe répertoire?

2016-05-03 Thread Adso
Bonsoir, Je voudrais protéger un répertoire par mot de passe ; j'ai un pc sous lubuntu et l'autre sous Linux Lite; merci *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr Cha

un petit coin d'intimité?

2016-05-03 Thread Adso
Bonsoir à tou(te)s, Je viens de Windows où j'utilisais truecrypt pour protéger certains fichiers perso'. Y a t-il un moyen sous linux pour protéger un répertoire par mot de passe par exemple? Ou bien quelque chose de semblable à Truecrypt? Merci *Adso. -- Liste de diffusion

Re: formatage?

2016-04-26 Thread *Adso.
Bonjour, Finalement Lubuntu n'avait pas les drivers pour une résolution en 1200. L'informaticien a chargé les drivers de 2008 sans succès. Il m'a finalement expliqué qu'il mettait le PC en mode "vesa", et maintenant je suis en 1200, ouf ! Merci pour vos messages,

formatage?

2016-04-25 Thread Adso
re bonsoir, je souhaite formater mon disque, réinstaller XP et faire un dual boot avec Lubuntu, afin que le PC ait les drivers qu'il lui faut ; comment formate-t-on un disque? merci *A -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://list

Re: petite distribution

2016-04-23 Thread Adso
Merci pour vos réponses, j'aime bien Lubuntu, adopté ! Mon problème maintenant, c'est que mon écran est bloqué en 640*480, depuis que j'ai bidouillé le BIOS, et je ne m'en sors pas pour revenir à une résolution normale. bien amicalement, *Adso On 04/23/2016 06:36 PM, Franç

Lubuntu 16 résolution écran

2016-04-22 Thread Adso
uelqu'un connaît l'astuce? Merci, *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr Charte de la liste: http://doc.ubuntu-fr.org/groupes/ubuntu-fr-ml/charte

Re: petite distribution

2016-04-22 Thread Adso
je le tente de suite, la version la plus ancienne (12.04 apparemment) ; merci du conseil ; *A. On 04/22/2016 09:13 PM, Timothée Péraldi wrote: Hey! As-tu essayé Lubuntu ? ;-) 2016-04-22 21:01 GMT+02:00 Adso <mailto:adso.m...@yahoo.fr>>: Bonsoir, Je suis à la recher

petite distribution

2016-04-22 Thread Adso
Bonsoir, Je suis à la recherche d'une distribution pour ordinosaure qui comprenne cependant un traitement de texte qui traite le *.doc, ainsi que VLC. Merci d'avance, *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désa

(petit) problème avec FileZilla

2016-04-14 Thread Adso
Bonjour à toutes et tous, Quand je veux envoyer un fichier sur FileZilla, dès que je clique dessus , FileZilla disparaît ; j'ai cherché et il n'y a pas de fonction "toujours au premier plan" ; je me doute qu'il y a une manip' simple, mais je ne la trouve

vlc par défaut?

2016-04-11 Thread Adso
Bonjour à tout-e-s, je suis nouveau sur ubuntu (15.10) et je voudrais que vlc soit mon lecteur par défaut ; quel est la manip? Merci *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner ou se désabonner : https://lists.ubuntu.com/mailman/listinfo/ubun

Re: taille du DD

2016-03-20 Thread Adso
Voilà qui est fait ; merci à toi Ronan. *Adso. Le 20/03/2016 21:25, Ronan a écrit : Salut ! Tu devrais poster ceci sur le forum, tu auras plus de chances d'avoir une réponse : https://forum.ubuntu-fr.org/viewforum.php?id=10 Sinon, pour résumer vite fait : - booter sur un livecd / li

taille du DD

2016-03-20 Thread Adso
Bonsoir, J'ai un pc portable avec un disque dur de 500 Go. Depuis que j'ai installé Ubuntu, le disque annonce moitié moins. Savez-vous ce que je dois faire? - je débute sur Linux. Merci, *Adso. -- Liste de diffusion ubuntu-fr ubuntu-fr@lists.ubuntu.com Pour s'abonner o

Re: rt73 en Debian 7

2013-05-12 Thread Miguel Adso Ruiz
: Re: rt73 en Debian 7 El Sat, 11 May 2013 19:33:02 -0700, Miguel Adso Ruiz escribió: (ese html...) > Muy buen fin de semana para todos,estoy pensando hacer una instalacion > minima en un netbook con un muy pequeño hd pero siempre que le he > querido poner otra distro nunca reconoce el

rt73 en Debian 7

2013-05-11 Thread Miguel Adso Ruiz
Muy buen fin de semana para todos,estoy pensando hacer una instalacion minima en un netbook con un muy pequeño hd pero siempre que le he querido poner otra distro nunca reconoce el wifi que usa el driver rt73.bin,algun consejo de como activarlo??

[SOGo] SOGO VERY SLOW USABILITY

2013-03-08 Thread adso
Scenario: Sogo/Mysql+Postfix+Dovecot(only IMAP)+LDAP (Active Directory) 1) LOGIN TO WEBGUI = 11 sec (time, from submitting account, to viewing webmail, with INBOX filled with all mails) Mar 08 23:06:21 auth: Debug: Loading modules from directory: /usr/lib64/dovecot/auth Mar 08 23:06:21 auth: Debu

Re: [Distutils] custom site_dirs location. Solved

2010-12-13 Thread adso 0000
Yeah. It was that. In this mail this become clear (http://www.mail-archive.com/distutils-sig@python.org/msg00439.html ) it seems the semi-colons are needed in .pth files, and i was using indentation as in python files. Thank you. --adso On Tue, Dec 14, 2010 at 2:23 AM, P.J. Eby wrote: >

[Distutils] custom site_dirs location

2010-12-13 Thread adso 0000
added to sys.path. In sitecustomize.py, by other hand, the code works just fine. btw, i've not found any other manner to set a list for site-dirs in distutils.cfg than this: site_dirs = /path/to/dir1,/path/to/dir2 . Any space, tab or quote makes it fail for me :-S Any clue ? Thank you. -

Re: configure.ac:27: error: possibly undefined macro: AS_IF

2010-01-08 Thread adso 0000
Blake wrote: > [adding autoconf-patches; replies can drop autoconf] > > According to adso on 1/8/2010 5:48 AM: > > maybe i am saying some none sense but > > Have you check to don't leave any space between the name of the macro and > > their arguments. >

Re: configure.ac:27: error: possibly undefined macro: AS_IF

2010-01-08 Thread adso 0000
Blake wrote: > [adding autoconf-patches; replies can drop autoconf] > > According to adso on 1/8/2010 5:48 AM: > > maybe i am saying some none sense but > > Have you check to don't leave any space between the name of the macro and > > their arguments. >

Re: configure.ac:27: error: possibly undefined macro: AS_IF

2010-01-08 Thread adso 0000
maybe i am saying some none sense but Have you check to don't leave any space between the name of the macro and their arguments. for example: "AS_IF (" fails for me but "AS_IF(" it works. Kind Regards. ___ Autoconf mailing list Autoconf@gnu.org htt

subscribe

2009-12-30 Thread adso 0000
subscribe