]> git.sesse.net Git - nageru/blobdiff - futatabi/main.cpp
Prefix all the Futatabi Prometheus metrics by futatabi_ instead of nageru_.
[nageru] / futatabi / main.cpp
index 486bcfff213654bf409691ac4212bd4acdaaa44c..52cdb80664379e5014fb0f5ea673234e087f14b8 100644 (file)
@@ -211,6 +211,7 @@ int main(int argc, char **argv)
        }
 
        avformat_network_init();
+       global_metrics.set_prefix("futatabi");
        global_httpd = new HTTPD;
 
        QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);