Hello :wave:, I wanted to explore signoz. I git cl...
# support
p
Hello 👋, I wanted to explore signoz. I git cloned the repository on my mac. I run the command to install signoz, but I see this error in otel-collector container.
Copy code
{
    "level": "error",
    "ts": 1730650914.2635305,
    "caller": "scraperhelper/scrapercontroller.go:205",
    "msg": "Error scraping metrics",
    "kind": "receiver",
    "name": "hostmetrics",
    "data_type": "metrics",
    "error": "failed to read usage at /hostfs/services: no such file or directory; failed to read usage at /hostfs/containers/services: no such file or directory",
    "scraper": "hostmetrics",
    "stacktrace": "<http://go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport|go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport>\n\t/home/runner/go/pkg/mod/go.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:205\ngo.opentelemetry.io/collector/receiver/scraperhelper.(*controller).startScraping.func1\n\t/home/runner/go/pkg/mod/go.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:177"
}

{
    "date_time": "1730651901.249487",
    "thread_name": "TCPServerConnection ([#1])",
    "thread_id": "48",
    "level": "Error",
    "query_id": "",
    "logger_name": "ServerErrorHandler",
    "message": "Poco::Exception. Code: 1000, e.code() = 32, I\/O error: Broken pipe, Stack trace (when copying this message, always include the lines below):\n\n0. Poco::Net::SocketImpl::error(int, String const&) @ 0x000000001360d6f8 in \/usr\/bin\/clickhouse\n1. Poco::Net::SocketImpl::sendBytes(void const*, int, int) @ 0x000000001360ea74 in \/usr\/bin\/clickhouse\n2. Poco::Net::StreamSocketImpl::sendBytes(void const*, int, int) @ 0x0000000013611530 in \/usr\/bin\/clickhouse\n3. Poco::Net::HTTPSession::write(char const*, long) @ 0x00000000135fadc4 in \/usr\/bin\/clickhouse\n4. Poco::Net::HTTPHeaderIOS::~HTTPHeaderIOS() @ 0x00000000135f5c4c in \/usr\/bin\/clickhouse\n5. Poco::Net::HTTPHeaderOutputStream::~HTTPHeaderOutputStream() @ 0x00000000135f6010 in \/usr\/bin\/clickhouse\n6. DB::HTTPServerResponse::send() @ 0x000000001117c680 in \/usr\/bin\/clickhouse\n7. DB::HTTPServerConnection::sendErrorResponse(Poco::Net::HTTPServerSession&, Poco::Net::HTTPResponse::HTTPStatus) @ 0x0000000011178c34 in \/usr\/bin\/clickhouse\n8. DB::HTTPServerConnection::run() @ 0x0000000011178928 in \/usr\/bin\/clickhouse\n9. Poco::Net::TCPServerConnection::start() @ 0x0000000013611fa4 in \/usr\/bin\/clickhouse\n10. Poco::Net::TCPServerDispatcher::run() @ 0x0000000013612f18 in \/usr\/bin\/clickhouse\n11. Poco::PooledThread::run() @ 0x0000000013732adc in \/usr\/bin\/clickhouse\n12. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000013730f0c in \/usr\/bin\/clickhouse\n13. start_thread @ 0x0000000000007624 in \/lib\/libpthread.so.0\n14. ? @ 0x00000000000d162c in \/lib\/libc.so.6\n (version 24.1.2.5 (official build))",
    "source_file": "src\/Common\/Exception.cpp; void DB::tryLogCurrentExceptionImpl(Poco::Logger *, const std::string &)",
    "source_line": "222"
}
Can you help me how to resolve this?