-
### Definition of Done / Acceptance Criteria
We will have demonstrated to the best of our knowledge that the (micro-)services we are running:
* have the minimum exposure necessary to perform their…
-
### Vector Version
```
timberio/vector:nightly-2021-06-27-distroless-libc
```
### Vector Configuration File
We use the standard `docker_logs` source and communicate to the docker socket
``…
-
I have an agent running on macOS 15.1 / docker (orbstack). I have a USB drive mounted in the extra-filesystems.
```
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /Vo…
-
docker compose .yml
version: '3.7'
volumes:
prometheus_data: {}
grafana_data: {}
#victoria_data: {}
networks:
front-tier:
back-tier:
host_network:
external: true
…
-
[root@localhost ~]# docker run -p 0.0.0.0:80:80 wookietreiber/ganglia
+ mkdir -p /var/lib/ganglia/rrds
+ chown -R nobody:nobody /var/lib/ganglia/rrds
+ [[ -n '' ]]
+ service httpd start
Starting …
-
## HA Architecture (Quick Draft)
![ha-architecture](https://snag.gy/gpdfsm.jpg)
* Grafana HA under Loadbalancer (Haproxy/Nginx)
* To run Prometheus in a highly available manner, two (or more…
-
**Describe the bug**
Camouflage errors with "Error: socket hang up" when sending a 2nd consecutive request to an endpoint.
Succeeds with 200 OK on the 1st GET request (tested via Postman) to "[local…
-
Failure link
------------
From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_extended.system_x86-64_windows_testList_2/102/)(`win16x64rt-1-9`):
```
java v…
-
I suppose would be rather very fine if there was a way to say "This container need to be able to call Docker client" with just one flag for `docker run` (`--with-engine-api-access`?) and have client l…
-
Services and thus tasks can have memory and cpu reservations attached. A task can then only be assigned to a node if it the right amount of memory and cpu shares is available. If there is no node matc…