-
# PowerShell Script to Modify the Profile to Prepend User PATH
param (
[Parameter(Mandatory = $true)]
[string]$PrependPath
)
# Step 1: Validate the directory
if (!(Test-Path -Path $PrependPa…
-
Add content that shows how to monitor Fargate containers using Prometheus and Grafana
Docker + Java + Prometheus experiment is at https://github.com/arun-gupta/docker-javaee#prometheus-style-metric…
-
Add content that shows how to monitor Kubernetes containers using Prometheus and Grafana
Docker + Java + Prometheus experiment is at https://github.com/arun-gupta/docker-javaee#prometheus-style-met…
-
### OSISM release version
7.1.2
### What's the problem?
At our customer, we had today an outage caused by services not able to communicate via `rabbitmq`.
Due to reasons, we had to reboot a cont…
-
### Ask your question
Running dcgm-exporter on k8s install via helm chart, default values.
Cluster have 1 master 1 worker, only worker have GPU expose as resource.
Running a simple query:
`DCGM_…
-
### Component(s)
receiver/prometheus
### What happened?
## Description
We're setting up a single collector pod in a StatefulSet configured to monitor "all the rest" of our OTEL components ... th…
-
### Summary
When I set a DB_DUMP_BEGIN value without four digits (500), I get an error "_BACKUP_BEGIN is invalid - Unable to perform scheduling". If I set it to 0500, I get the same error. It doe…
-
### What happened?
## Description
We are working with some helm charts that only exposes the port number exposing the metrics but not actually write it inside the deployment/statefulset.
For examp…
-
install command:
`helm upgrade --install vmks vm/victoria-metrics-k8s-stack -f values.yaml -n monitoring`
values.yaml
```
... ...
# Configures vmsingle params
vmsingle:
# -- VMSingle annota…
-
I got those errors last night after a brief electricity shortage :
```
websockets.exceptions.ConnectionClosedOK: sent 1000 (OK); then received 1000 (OK)
2024-11-16 23:54:17,127 - asyncio …