form3tech-oss / f1

A tool for writing load test scenarios in Golang with a powerful command line runner
Apache License 2.0
151 stars 28 forks source link

Add more instructions to the README #4

Open andykuszyk opened 4 years ago

andykuszyk commented 4 years ago
markhowardform3 commented 4 years ago

Possibly something from https://github.com/form3tech/k6-tests/pull/182/files ?

Would be good to highlight the key features of f1 compared to other tools:

akosveres commented 1 year ago

I'd be very interested in the push gateway. Is it just about setting up an env variable? That's what I've seen in the test, but then there's an if clause and the run() is modified. So, if we could get some clarification, that would be great.

andykuszyk-form3 commented 1 year ago

@akosveres yes, you should just need to set the PROMETHEUS_PUSH_GATEWAY environment variable with the address of your push gateway, and then metrics will be pushed :+1: