Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

For example, we have multiple logs that share the same structure: Order Created { ..."trace": { "order_id":123456, ... }} Order Paid { ..."trace": { "order_id":...
Mostafa El-Marzouki's user avatar
1 vote
0 answers
49 views

I have this promQL query: label_replace( histogram_quantile( 0.99, sum( rate( http_request_duration_seconds_bucket{ env="dev&...
JoulinRouge's user avatar
1 vote
0 answers
39 views

I am searching for broadcast receivers which will be fired when one of those permissions has changed: Battery optimization Coarse & Fine Location Post Notifications Read Phone State Background ...
Chris P's user avatar
  • 2,437
0 votes
0 answers
49 views

I integrated New Relic Cassandra integration with my Cassandra cluster. Issue: The integration is only capturing a small subset of keyspaces and tables (around 29 tables). Most of the keyspaces/...
001 Abinaya R's user avatar
3 votes
0 answers
91 views

I’m building a pipeline that polls Oracle’s gv$session joined with gv$sql every 5 seconds to track query executions. Each poll returns multiple rows (one per active session), and I need to aggregate ...
jack wills 499's user avatar
1 vote
1 answer
96 views

https://github.com/prometheus/client_python/blob/master/prometheus_client/gc_collector.py import gc import platform from typing import Iterable from .metrics_core import CounterMetricFamily, Metric ...
slesh's user avatar
  • 2,057
0 votes
0 answers
34 views

I have a server running on port 8080. I have configured an Apache server as a reverse proxy to forward requests on port 80 to localhost:8080. I guess that Apache detects whenever any "503 service ...
Abdelghani's user avatar
0 votes
0 answers
49 views

I was able to use the below query to list the top 10 CPU utilization in grafana, which works fine. However, in an alerting system, there is no alert generated. topk(10, 100 - (rate(...
Ratan Kumar's user avatar
1 vote
1 answer
107 views

In a monitoring environment based on OMD/Thruk (Ubuntu 22.04), we're experiencing a blocking issue: Accessing `https://<IP>/<site>/thruk` redirects to `/omd` and then immediately returns a ...
John's user avatar
  • 13
0 votes
0 answers
47 views

TL;DR: I implemented a clumsy way to track a search request through various points in the network. Is there a better way? I'm using the Elasticsearch SDK to perform searches. The search call traverses ...
chris's user avatar
  • 63
0 votes
0 answers
66 views

Hello everyone i'm pretty new in whole monitoring world, so i have this requirement to do monitoring in univention UCS with 10 nodes from different instances so the grafana could to do visualization ...
Anugrah Igo Aldi Wibowo's user avatar
0 votes
0 answers
71 views

I have script which basically checks the last package update time, convert and subtracts with current date. Its working fine with Redhat based os but its not working with SUSE. Here is the script: #!/...
Sha's user avatar
  • 1
0 votes
1 answer
83 views

I'm trying to use KDB as a low-latency pub/sub message broker that persists all messages in a queryable format. However, I'm noticing the latency from when the tickerplant receives a message (i.e. ...
mchen's user avatar
  • 10.3k
0 votes
0 answers
42 views

I am trying to report on service availability in GCP. We are expected to provide 90% uptime, and I know that we do. I have an uptime check where I can see the incidents and how long the server was ...
David's user avatar
  • 1
0 votes
1 answer
123 views

I am trying to create an alert rule for my Azure Application Gateway instance that triggers when the instance scales up or scales down in autoscale. My current configuration sets the minimum instance ...
Stav Shalom's user avatar
0 votes
1 answer
356 views

I am trying to integrate OpenTelemetry with a Spring Boot application and export metrics to VictoriaMetrics. Below is my setup: Java Classes & Configurations RestartMetrics.java public class ...
smith's user avatar
  • 63
0 votes
1 answer
74 views

I've seen mentioned that with Python's built-in logging functionality you can create multiple handlers to output logs of different levels to different locations. I've already setup my logger with a ...
Peter Paquette's user avatar
0 votes
0 answers
143 views

SO basically I am trying to connect my grafana oncall to telegram to test. I am using hobby version with docker-compose ( I will attach it too) but I exposing my engine with ngrok to telegram be able ...
Kamil Farizov's user avatar
-1 votes
1 answer
467 views

I read spring boot documentaion about observability and see the section about Baggage You can create baggage with the Tracer API: @Component class CreatingBaggage { private final Tracer tracer; ...
gstackoverflow's user avatar
1 vote
1 answer
608 views

How to check if Azure Container App is running and create alert if is down ? I use Azure and ACA, with nodejs backend application.
Kiquenet's user avatar
  • 15.2k
0 votes
0 answers
45 views

I recently onboarded to Kafka Connect 3.7.0 with an S3 Sink Connector to test a prototype, but I am unable to see task startup attempts/successes metrics be non-zero while my connector is running. The ...
vldezda's user avatar
0 votes
0 answers
317 views

In Grafana, I have an alert that sends notifications to Opsgenie. Each Opsgenie notification has a priority level, P1-P5, with P1 being the most important. To set this priority level for Opsgenie in ...
blazing's user avatar
  • 587
2 votes
1 answer
382 views

I want to monitor access to some files on Windows. What I need: Watching ALL connected drives for READ or WRITE events on files (NOT the create/delete events), doing the filtering later getting those ...
JayC667's user avatar
  • 2,660
0 votes
0 answers
107 views

I am encountering an issue while running a monitoring pipeline job in Azure Machine Learning. During the "Model Performance - Compute Metrics" step, I receive the following error: "...
Vkdhiman's user avatar
-1 votes
1 answer
39 views

Based on the online help of JavaMelody (http://javamelody.org/demo/monitoring?resource=help/help.html), the number of hits equal to number of executions I am noticing in my SQL monitoring, that i have ...
Stephan's user avatar
  • 726
0 votes
0 answers
57 views

I am working with a C# service that uses the LibreHardwareMonitorLib library to gather hardware metrics, including GPU power consumption data. However, I have encountered an issue with the Power ...
Julian Ortega's user avatar
0 votes
0 answers
69 views

I am trying to add monitoring to my project with Prometheus and grafana. I checked my localhost:9090/targets but I see that out of 3 services, only one comes up which happens to me Prometheus. My ...
user5539903's user avatar
0 votes
0 answers
44 views

I am not clear on the concept of cardinality in Prometheus (and downstream components like Grafana). Imagine a case where metrics have two labels, like so: some_metric{label_a="1", label_b=&...
BeeOnRope's user avatar
  • 66.3k
0 votes
1 answer
55 views

I want to use the telemtry 2.0 for Azure Logic Apps. Therefore I already updated the host.json with the following code (as explained by Microsoft) { "version": "2.0", "...
LStrike's user avatar
  • 1,662
0 votes
1 answer
236 views

I have a ClickHouse cluster with 3 shards. I want to monitor this cluster using Prometheus, but the metrics provided by ClickHouse do not include data related to shard activity or availability. I ...
Mohammad Reza Mousavi's user avatar
0 votes
0 answers
118 views

I'm attempting to scrape S3 replication metrics, and have observed some odd behaviour with one of the metrics, OperationsFailedReplication. On CloudWatch, this metric presents a data point when there ...
User's user avatar
  • 1
0 votes
1 answer
108 views

I'm trying to split the configuration into files ├── sinks │   └── sin.yaml ├── sources │   └── sss.yaml ├── transforms │   └── ttt.yaml └── vector.yaml cat sources/sss.yaml type: "kafka" ...
Vacilio's user avatar
0 votes
0 answers
41 views

I would like to queue the status of my RabbitMQ messages so that I can log them and alert them via a logging tool. Unfortunately, this curl does not return the number of messages, as can be read in ...
F_ Duenne's user avatar
0 votes
0 answers
114 views

I have a zabbix agent installed on a Windows Server 2012, called SRV12 that uses a zabbix proxy in order to collect data from every resource on the computer and send it to my zabbix server that I have ...
david sierra fernandez's user avatar
0 votes
0 answers
113 views

I'd like to create a query that would basically give me the CPU metrics for the top 5 used containers, but everything I've tried just doesn't work at all. The CPU metric can be something like "...
Rohac's user avatar
  • 31
0 votes
1 answer
610 views

I have a question related to integrating Spring Boot with OpenTelemetry. I am planning to use the dependency opentelemetry-spring-boot-starter. My questions are: When should I use this approach? Why ...
Aref's user avatar
  • 21
-1 votes
1 answer
97 views

I have a simplified project reflecting the problem here The bottom line is this: there is a producer who puts a message in RabbitMQ, there is a consumer who consumes the message from there and ...
Vladimir Sabo's user avatar
0 votes
0 answers
60 views

I currently have a Loki installation done using the Loki binary download and running as a service on a VM. I am creating a Kubernetes cluster for the monitoring tools we use today (Loki, Grafana, ...
Heathz's user avatar
  • 33
1 vote
0 answers
768 views

I have set up Uptime Kuma to monitor some of my website URLs. If any URL goes down, it sends a notification to my Slack channel. I have also customized the Slack message format. How I customized the ...
Aaqib Shaikh's user avatar
0 votes
1 answer
80 views

We are experiencing an issue where logs are not flowing from our Azure Function App to Application Insights. The Function App has been deployed under an App Service Environment (ASE), and the ...
Lbits's user avatar
  • 43
0 votes
1 answer
54 views

I want to detect when I press the "space" bar key using python and pynput. I tried their documentation, my old code but nothing works anymore on MacOS 15.1.1. Even running the script using ...
Kodeur_Kubik's user avatar
0 votes
0 answers
136 views

def lambda_handler(event, context): token = get_zabbix_token() failed = False # Define metric functions to iterate over metric_functions = { # "ELB": ...
Nuddanai Klaiklin's user avatar
0 votes
1 answer
91 views

in my project I have a USB monitor running, but I see it interfere with other functions, so I want to start/stop it when necessary. In my code the start function is ok, but the stop one no, I can't ...
Filippo Romagnolo's user avatar
0 votes
0 answers
39 views

I have an nginx balancer and after two application servers with apache and tomcat. I need to create a very fast https response server to let the client monitor the speed of its connection measuring ...
Tobia's user avatar
  • 9,609
0 votes
1 answer
1k views

I m trying to setup remote write Thanos receiver with docker compose on a virtual box vm but for some reason the receiver api endpoint is crashing anytime Prometheus send a post request: Error 500 msg:...
Gabe's user avatar
  • 156
0 votes
1 answer
166 views

I am trying to find the SQL statements for my active transactions and specifically for OAT. I am running this query: select MT.MON$TRANSACTION_ID,MT.MON$TIMESTAMP,MS.MON$STATEMENT_ID,MS.MON$SQL_TEXT ...
Ivan Ivanov's user avatar
2 votes
2 answers
84 views

How to check if SMTP is online and running? func (p *sys_ping) smtp(host string) string { client, err := smtp.Dial(host) if err != nil { time.Sleep(time.Duration(p.delay) * time.Second)...
krisso's user avatar
  • 33
1 vote
0 answers
323 views

there. I bumped into a problem with configuration of OTEL for NestJS. I want to add additional information into the span attributes and propagate it over all trace. I use baggage. My entry point is ...
Bogdan Pisarenko's user avatar
0 votes
1 answer
205 views

I'm using Zabbix 7.0.4 and I'm using the template Proxmox VE by HTTP that has predefined item prototypes like these: I want to create a new item prototype for Proxmox VE by HTTP that calculates the % ...
roteki's user avatar
  • 21
4 votes
4 answers
225 views

Is there a way to figure out which statement from the block is currently running in Postgres? (Even extra extensions or tracing might be an option) Below is the quick way to reproduce but in real ...
Slimboy Fat's user avatar

1
2 3 4 5
95