Re: Backend listener for Graphite

2018-04-11 Thread Walker Mellema
OK I've discovered why this seems weird. We're actually using Grafana's Host Metrics. They provide an API endpoint that sends payloads to Graphite in the cloud. So, the Backend Listener isn't going to be viable for our needs. On Wed, Apr 11, 2018 at 12:49 PM, Walker Mellema < walker.mell...@hots

Re: Backend listener for Graphite

2018-04-11 Thread Walker Mellema
Thanks Philippe. All of our incoming traffic is authenticated using an ID/Bearer token. In fact, I posted the original question after talking to our infra team and being told that the Graphite endpoint needs an ID token for authentication. I'm not a network guy but perhaps our Graphite server sits

Re: Backend listener for Graphite

2018-04-11 Thread Philippe Mouawad
Hello, My previous answer is wrong regarding Graphite. JMeter sends data using Pickle or Text format: http://graphite.readthedocs.io/en/latest/feeding-carbon. html#the-plaintext-protocol http://graphite.readthedocs.io/en/latest/feeding-carbon. html#the-pickle-protocol It's not http, but writing t

Re: Backend listener for Graphite

2018-04-11 Thread Philippe Mouawad
Hello, This is not supported OOTB. Can you clarify how bearer is transmitted ?: - Cookie - Header - Parameter If it's not as a parameter, you would need to alter jmeter source code, maybe we could introduce the concept of some preprocessor that you would implement and that would alter th