diff --git a/bundles/ntfy/metadata.py b/bundles/ntfy/metadata.py index f2e303f..5b6f81d 100644 --- a/bundles/ntfy/metadata.py +++ b/bundles/ntfy/metadata.py @@ -76,6 +76,10 @@ def nginx(metadata): 'ntfy': { 'domain': metadata.get('ntfy/domain'), 'locations': locations, + # This only does websockets connections, which stay + # open for a very long time. This only generates + # useless metrics. + 'timing_log': False, 'website_check_path': '/', 'website_check_string': 'ntfy', },