Monitor apache requests for a specific domains and subpages

Hi!
I want to collect metrics via telegraf and then send it to influxdb.
I want to monitor request/second for:
www.doman.com (apache)
www.doman.com/blog (apache)

Have You got any idea how can i do this?

One method would be to use mod_statsd with it sending to the Telegraf statsd input.