mailru / graphite-nginx-module

An nginx module for collecting stats into Graphite
135 stars 34 forks source link

Add feature: if location name renders empty, set it to "_" #28

Closed pansershrek closed 5 years ago

pansershrek commented 5 years ago

If location is "/" or it's name has all non-alphanumeric symbols, module changes it into "_" symbols and strips them all and name becomes an empty string. Thus module doesn't send any data to graphite. For such corner case we set name to "_".