Daniel Albuquerque
Daniel Albuquerque
Raising this pr and hoping to get some traction on Toxiproxy again :) **Context**: it's common to use the host header to direct a http request to a particular service,...
# Ability to provide a configuration at startup. My use case is the following: I'm running a Kuberneters cluster with several applications/containers deployed. I would like to use Toxiproxy as...
A service is only displayed in the service graph if a parent-child relationship is found. This seems to be done in the [SpanAccumulator.scala](https://github.com/ExpediaDotCom/haystack-service-graph/blob/master/node-finder/src/main/scala/com/expedia/www/haystack/service/graph/node/finder/app/SpanAccumulator.scala) where it looks for 'cs', 'cr' and...
When using the current terraform scripts to deploy Haystack to Minikube I get the following error ``` Error getting plugins: 2 problems: - module "alerting": "mc-a2m-mapper" is not a valid...
The positioning for some spans seems a bit incorrect. I can't upload the full json to github because the content is sensitive (I can share it in private) but I'm...
A common issue I have is linking events across different monitoring systems. For example, a very common scenario would be me having to copy a trace id from Haystack, open...
https://github.com/asobti/kube-monkey#example-of-opted-in-deployment-killing-one-pod-per-purge Currently these need to be set at both **metadata.labels** and **spec.template.metadata.labels**. This can lead to conflicting configurations where we have different values in each of these. It also means...
**Scenario** Deploy a docker container with the latest haystack ui tag and specify a cpu limit. **Expected** The Node process respects the resource limits and only sees the number of...
Hi 👋 I saw this first asked in [stackoverflow](https://stackoverflow.com/questions/48035036/how-do-you-use-spring-retry-with-spring-vault-configuration-with-vaultpropertyso). This seems fairly common and a normal thing to have (retries) but all the alternatives to implement this are very cumbersome....
### :pencil: Description - Add `max-readiness-wait-second` and `max-warmup-seconds` as optional flags to better control the duration of each warmup stage