2,980 questions
0
votes
0
answers
17
views
Why does the reduce latency metric look incorrect for binding pull requests in Milvus?
Reduce latency metric looks incorrect for binding pull requests in Milvus
While monitoring Milvus performance metrics, I noticed something unexpected related to binding pull requests.
Specifically, ...
Advice
0
votes
0
replies
37
views
Why is container.cpu.usage metric from kubeletstats receiver bigger than k8s.pod.cpu.usage metric from the same receiver
I have deployed opentelemetry-collector-contrib 0.139.0 to a Kubernetes cluster as a DaemonSet. The Kubernetes cluster is deployed on AWS EKS with a Node group of two EC2 Nodes. Kubernetes version is ...
1
vote
1
answer
82
views
Expose custom health group components into Prometheus metrics in Spring Boot
We have two custom health groups named extended and readiness:
extended: custom dependency-heavy HealthIndicators provided explicitly via application property
readiness: everything except those ...
0
votes
1
answer
64
views
Decode label value in Grafana panel [closed]
I have a Grafana panel that display server states:
I need to give the servers human recognizable names like: "London", "Paris", "Milan", "Berlin", "...
1
vote
0
answers
56
views
"Error Occured while plotting the chart" - Custom View dashboard in SAP APIM
we are getting an error while monitoring the custom view dashboard in SAP APIM.
While navigating through the dimensions , Custom_error_text1 (Error_Message in API) --> Custom_error_time (...
0
votes
0
answers
55
views
Visual Studio 2022 "Calculate code metrics" option not showing up for aspx websites
The Visual Studio 2022 "Calculate code metrics" option is not being shown for .aspx websites. It is showing up only for Windows Forms solutions. But my website has no solutions or .csproj ...
0
votes
1
answer
64
views
Powershell: Using dimensions on Microsoft.Compute/virtualMachines metrics [duplicate]
I am following https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachines-metrics to export some metrics from Azure.
If build some code that ...
1
vote
1
answer
76
views
How to make SEQ display a colored metric badge (highlight) for elapsed time in log messages?
I’m using SEQ for structured logging in my .NET application (Serilog).
I want SEQ to display a colored badge (highlight) with the elapsed time (in ms) on the right side of the log message, just like ...
2
votes
0
answers
73
views
push Histogram metrics through pushgateway, but only found +lnf bucket
What did you do?
I use the following code to generate some metrics data, and then push it to Prometheus through pushgateway. I use Histogram type data and design multiple buckets. However, after ...
0
votes
0
answers
34
views
Missing or incomplete Page Cache JMX metrics for Neo4J
I'm currently using Neo4j version 4.4.42 via Neo4j Desktop and I'm able to connect to Neo4j JVM process using JConsole, and under the MBeans section, I can see some Page Cache metrics.
However, I ...
0
votes
0
answers
65
views
JAX-RS method defined in parent class not exposed under base: {"REST.request": { } } section of metrics endpoint
I have a parent class that exposes as a REST endpoint a common method for all my rest services.
My child classes which are JAX-RS resources implement their own specific methods and expose their ...
0
votes
0
answers
61
views
OpenTelemetry within a .Net console application without ServiceCollection. TraceProvider and MeterProvider need to live through the app lifecycle
I have a .NET console application where I want to add Open telemetry traces to be sent to Grafana. The app does not use Service Collection and DI. Instead we use the AppBuilder for all the application ...
1
vote
0
answers
40
views
SEARCH sintaxis for AWS Boto3 client (Python) query expression
i'm trying to get information for NetworkIn and NetworkOut metrics with boto3 client for python, using the get_metric_data method.
I am using the boto3 library and the client like this:
Client = boto3....
0
votes
1
answer
93
views
Apache Camel migration from 2.x to 3.x/4.x lost compatibility in Route Metrics
In our application we use Apache Camel 2.25.4, but we're upgrading to a new version of Java, spring-boot and migrating Apache camel to 3.x then 4.x.
In the Apache camel Prometheus route metrics we add ...
1
vote
0
answers
124
views
Datadog dashboard visualization from numeric value in logs
My program produces many logs into Datadog. One type of log being produced looks like:
service
msg
responseLatencyMs
my-service
resolved request
854
my-service
resolved request
514
my-service
resolved ...