gk-patel

Results 4 comments of gk-patel

Thank you for your quick reply. I checked out what you suggested. Unfortunately, this was only partially helpful. What I am looking for is maybe to invalidate (return false from...

Okay maybe you could mention this build-arg some where in the documentation. Also, do you know what kind of licensing issue, dose it stop us from using this image with...

Hi @felixbarny, I am not sure, if the following should work in the python client, ``` from elasticapm import label as apmLabel apmLabel(teams='team1') apmLabel(teams='team2') apmLabel(teams='team3') ``` I am using python...

I found a work-around, by adding an extra APM pipeline, which splits required fields. So from the python code, I send "team1,team2,team3" and then the pipeline splits it into an...