Mention tags format in macro's name

This commit is contained in:
Edznux
2020-10-04 14:29:50 +02:00
parent ca6106a1dc
commit b0de6fed11
2 changed files with 4 additions and 1 deletions

View File

@ -92,7 +92,7 @@ int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen){
/* Metric format:
<some.namespaced.name>:<value>|<type>
*/
#ifdef USE_STATSD_TAGS
#ifdef USE_DOGSTATSD_TAGS
/* Tags format: DogStatsD
<some.namespaced.name>:<value>|<type>|#key:value,key:value,key
*/