Mate Gabri

Results 16 comments of Mate Gabri

> @ScOut3R: https://docs.datadoghq.com/tracing/setup_overview/setup/java/?tab=containers > > So in our case we do the following: > > ```dockerfile > ARG spinnaker_version > > FROM us-docker.pkg.dev/spinnaker-community/docker/clouddriver:spinnaker-${spinnaker_version} > > ENV JAVA_OPTS="-XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=70.0 -javaagent:/opt/datadog.jar"...

> @ScOut3R we decided against Halyard for this reason, and also rather deployed to ECS/Fargate which made it a lot less operational troublesome for us. I wrote a high-level article...

@deverton we have ~12 AWS accounts (1 region each), with 1 ECS cluster in each and about a ~100 ECS services in each cluster. Clouddriver is struggling to execute the...

Someone might find this useful. I run a `DaemonSet` to collect pod logs so I use this same instance to scrape metrics from node local pods as described in the...

> What FlashInfer version do you have installed? I built a Docker image using the `aphrodite-openai` target from the `Dockerfile` at git tag `v0.6.5`.

Running JupyterHub on GKE with the Gateway API to expose the web ui I encountered this issue. For version 4.x the solution was to set `X-Forwarded-Host` on the `HTTPRoute` to...