jimwrightcz

Results 4 comments of jimwrightcz

I think this may be the problem I am encountering with `httpretty==1.1.1`. I find that the example in the docs [here](https://httpretty.readthedocs.io/en/latest/introduction.html#link-headers) **does not work**: ``` somename.py:29: _ _ _ _...

... so the sample referenced in the previous comment: * could be used to reproduce the problem and verify a fix (if it is the same problem) * makes a...

Example config ``` [FILTER] Name kubernetes Match pod.* Kube_Tag_Prefix pod. Regex_Parser pod_tag Kube_URL http://127.0.0.1/k8s/clusters/c-45qm6/api/v1/ [PARSER] Name pod_tag Format regex Regex (?[^.]+)\.(?[^.]+) ``` e.g. if you are using: ``` kubectl proxy...

Debug and valgrind output: ```./test.sh > /tmp/stdout ==26978== Memcheck, a memory error detector ==26978== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==26978== Using Valgrind-3.11.0 and LibVEX;...