Skip to main content
0 votes
1 answer
26 views

How to publish slo/percentile distribution metrics for my micrometer timer?

The question originally came from the problem with metrics configuration for Spring Cloud Gateway, as there are no documentation neither on Micrometer nor Spring Cloud nor Spring side. When i enable ...
kairoslav's user avatar
0 votes
0 answers
16 views

How to delete latest data in Zabbix

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
0 answers
29 views

grafana table to show counter division aggregation values in selected time range

I'm new to prometheus and grafana and stuck with such query and dashboard. In prometheus there are 2 counters with shared labels. for example: upload_file_size_total{filetype="jpg", version=&...
Lei Yang's user avatar
  • 4,305
0 votes
0 answers
26 views

opentelemtry heap and gc metrics

I am a little bit new on java with opentelemtry, but I would like to know if you could help me with a problem that I am facing. I am trying to instrument my springboot application with opentelemtry ...
Jorge's user avatar
  • 11
1 vote
0 answers
18 views

Get a list of all mounted file systems in Linux using prometheus

I used the following prometheus metric to get the available space under root directory, by changing mountpoint, I can get the available space for all other locations. How can I get the list of all ...
user28270014's user avatar
0 votes
1 answer
7 views

Keras metrics are aggregated over training?

Most TF keras models I see are implemented where at the end of a training step they calculate some metric and use metric.update_state(metric_value) to log the metric. As far as I can understand this ...
ThreeOrangeOneRed's user avatar
0 votes
1 answer
33 views

Open Telemetry-go | How global a MeterProvider really is?

According to docs, a meterProvider is essential to build instruments, and that's clear to me. Right after the initializing example of metric initialization, we have the topic aquiring a meter with ...
ramon perez's user avatar
0 votes
0 answers
40 views

Otel-collector not able to accept rabbitmq-prometheus plugin metrics

I am working on apache skywalking with OAP, otel collector, banyandb. I want rabbitmq-prometheus metrics (http://localhost:15692/metrics/) should scraped and export by the OTel Collector. At the end i ...
Amol Nagotkar's user avatar
0 votes
0 answers
16 views

If else condition for PromQL

I am trying to write a promql query to achieve the following Output total number of times that my_metric was < 1 grouped by namespace and for all other namespaces where there are no series of ...
Rohan's user avatar
  • 703
0 votes
1 answer
71 views

How to view Oldest Query results in Azure Monitor Metrics for an Azure PostgreSQL Flex Server instance

I have an Azure PostgreSQL Flex Server instance deployed with the appropriate shared libraries set, specifically the server parameter, AUTO_EXPLAIN, is enabled among the others required, per the azure ...
dat's user avatar
  • 395
0 votes
0 answers
29 views

Using Metric Labels as Dynamic Limits in Grafana Expressions

I have an application where I want to export metrics with expected limits. The goal is to automate the creation of alerts and set triggered limits. Ideally, I’d like to add an additional tag with the ...
Sergei Kurenchuk's user avatar
0 votes
1 answer
83 views

How to show metrics broken down by dimensions on the dashboard?

I have the app sending metrics to the Application Insights. It sends the same metric name with different custom dimensions I want to show these numbers on the chart. I create a new dashboard, add ...
Volodymyr V.'s user avatar
1 vote
0 answers
61 views

Ensuring .NET Metrics Appear at Prometheus /metrics Endpoint

When using the Prometheus Exporter for OpenTelemetry metrics in .NET 8, the /metrics HTTP GET endpoint only displays metrics that have been recorded (i.e., written to at least once) and whose ...
itstudes's user avatar
  • 421
0 votes
0 answers
40 views

A loss and metrics problem while training a cnn model

i'm having a problem with my custom loss and metrics . My purpose is to train a cnn model on images and with the tangente of the angle orientation of the object in my image and i have a column that ...
lilou's user avatar
  • 1
0 votes
1 answer
98 views

LCP in react app is very high - how to figure out why - has something changed?

I work at a media organization. Our code base is a react app with some additional infrastructure. On Oct 3, our LCP increased greatly - from around 2s to 10+ seconds. We hadn't made major code changes ...
Joshua Foxworth's user avatar

15 30 50 per page
1
2 3 4 5
193