Andrew Seigner
Andrew Seigner
Good question @taydotis. The JS code relies on `window.AudioContext`, `window.webkitAudioContext`, or `new Audio()` to playback wavs in the browser. My best guess would be to verify that wav file you...
Awesome @benhjt. I kind of had in mind something like the one on www.html5drummachine.com, but maybe a bit more subtle to match the rest of the minimal UI. Let me...
Hi @simbalion, appreciate the report. It's quite possible it's an issue with beatboxer, particularly if your system can play audio from other websites. The APIs we're using to play sound...
i am seeing a similar issue in minikube. not sure if related, but the steps to reproduce are simpler. full output of k8s endpoints api and linkerd debug log are...
updated gist with metrics.json https://gist.github.com/siggy/19c049a62bc8e9b65cac041c2921346b
Other users asking for this: https://discourse.linkerd.io/t/targeting-a-specific-kubernetes-pod/400/6 https://discourse.linkerd.io/t/grpc-http-dynamic-routing/532/ To help validate, here's an example that should work: https://github.com/linkerd/linkerd-examples/commit/b6f56920f979e34b90431ed696cc02b9d5740b2e
@elecnix have you tried https://github.com/linkerd/linkerd-viz ?
@elecnix Interesting ideas around scripted dashboards. I'd try linkerd-viz if I were you. It does per-service and per-linkerd stats out of the box. It can be further customized for specific...
Agree, we should probably do this for all sample config files.
Relates to #255