Slackbot
12/05/2022, 10:01 AMEmmanuel Iturbide
12/05/2022, 10:01 AM2022-12-05T09:55:38.135Z info service/telemetry.go:110 Setting up own telemetry...
2022-12-05T09:55:38.136Z info service/telemetry.go:140 Serving Prometheus metrics {"address": "0.0.0.0:8888", "level": "basic"}
2022-12-05T09:55:38.136Z info components/components.go:30 Stability level of component is undefined {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "stability": "undefined"}
2022-12-05T09:55:38.142Z info clickhousetracesexporter/clickhouse_factory.go:82 Running migrations from path: {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "test": "/migrations"}
2022-12-05T09:55:38.163Z info clickhousetracesexporter/clickhouse_factory.go:94 Clickhouse Migrate finished {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "error": "no change"}
2022-12-05T09:55:38.195Z info components/components.go:30 Stability level of component is undefined {"kind": "processor", "name": "signozspanmetrics/prometheus", "pipeline": "traces", "stability": "undefined"}
2022-12-05T09:55:38.196Z info signozspanmetricsprocessor/processor.go:104 Building signozspanmetricsprocessor {"kind": "processor", "name": "signozspanmetrics/prometheus", "pipeline": "traces"}
2022-12-05T09:55:38.196Z info components/components.go:30 Stability level of component is undefined {"kind": "exporter", "data_type": "metrics", "name": "clickhousemetricswrite", "stability": "undefined"}
time="2022-12-05T09:55:38Z" level=info msg="Executing:\nCREATE DATABASE IF NOT EXISTS signoz_metrics\n" component=clickhouse
time="2022-12-05T09:55:38Z" level=info msg="Executing:\nCREATE TABLE IF NOT EXISTS signoz_metrics.samples_v2 (\n\t\t\tmetric_name LowCardinality(String),\n\t\t\tfingerprint UInt64 Codec(DoubleDelta, LZ4),\n\t\t\ttimestamp_ms Int64 Codec(DoubleDelta, LZ4),\n\t\t\tvalue Float64 Codec(Gorilla, LZ4)\n\t\t)\n\t\tENGINE = MergeTree\n\t\t\tPARTITION BY toDate(timestamp_ms / 1000)\n\t\t\tORDER BY (metric_name, fingerprint, timestamp_ms)\n" component=clickhouse
time="2022-12-05T09:55:38Z" level=info msg="Executing:\nSET allow_experimental_object_type = 1\n" component=clickhouse
time="2022-12-05T09:55:38Z" level=info msg="Executing:\nCREATE TABLE IF NOT EXISTS signoz_metrics.time_series_v2 (\n\t\t\tmetric_name LowCardinality(String),\n\t\t\tfingerprint UInt64 Codec(DoubleDelta, LZ4),\n\t\t\ttimestamp_ms Int64 Codec(DoubleDelta, LZ4),\n\t\t\tlabels String Codec(ZSTD(5))\n\t\t)\n\t\tENGINE = ReplacingMergeTree\n\t\t\tPARTITION BY toDate(timestamp_ms / 1000)\n\t\t\tORDER BY (metric_name, fingerprint)\n" component=clickhouse
time="2022-12-05T09:55:38Z" level=info msg="Executing:\nALTER TABLE signoz_metrics.time_series_v2 DROP COLUMN IF EXISTS labels_object\n" component=clickhouse
2022-12-05T09:55:38.220Z info clickhouselogsexporter/exporter.go:247 Running migrations from path: {"kind": "exporter", "data_type": "logs", "name": "clickhouselogsexporter", "test": "/logsmigrations"}
Error: cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: Dirty database version 2. Fix and force version.
2022/12/05 09:55:38 application run finished with error: cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: Dirty database version 2. Fix and force version.
Emmanuel Iturbide
12/05/2022, 10:02 AMdocker prune system --all
with no luck šnitya-signoz
12/05/2022, 10:11 AMEmmanuel Iturbide
12/05/2022, 10:14 AMMacBook Pro (15-inch, 2019), 2,6 GHz 6-Core Intel Core i7, 32 GB 2400 MHz DDR4
with Docker
Docker version 20.10.13, build a224086
nitya-signoz
12/05/2022, 10:17 AMdocker prune system --all
doesnāt delete the volumes automatically. Try this one
docker system prune -a --volumes
Also, did you make any changes before arriving in this state or it started appearing the first time you installed it?Emmanuel Iturbide
12/05/2022, 10:48 AMnitya-signoz
12/05/2022, 11:13 AMEmmanuel Iturbide
12/05/2022, 11:13 AMPrashant Shahi
12/05/2022, 2:12 PMmain
you mean the develop
branch?Emmanuel Iturbide
12/05/2022, 2:13 PMmain
I mean main
Git log :
commit 18d80d47e5ad3f68220e84e509fa493f7ff20a26 (HEAD -> main, origin/main)
Merge: 78d23775 8e552282
Author: Ankit Nayan <ankit@signoz.io>
Date: Tue Nov 29 17:36:31 2022 +0530
Merge pull request #1776 from SigNoz/release/v0.11.4
Release/v0.11.4
commit 8e5522820ca611d3a72a81b638f15f7b90abfccc (tag: v0.11.4, tag: v0.11, origin/release/v0.11.4, origin/release/v0.11)
Author: Prashant Shahi <prashant@signoz.io>
Date: Tue Nov 29 17:12:17 2022 +0530
chore: š pin versions: SigNoz 0.11.4
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Prashant Shahi
12/05/2022, 2:26 PMdevelop
Prashant Shahi
12/05/2022, 2:28 PMcd signoz
make clear-standalone-data
Prashant Shahi
12/05/2022, 2:28 PMEmmanuel Iturbide
12/05/2022, 2:31 PMPrashant Shahi
12/05/2022, 2:32 PMEmmanuel Iturbide
12/05/2022, 2:33 PMPrashant Shahi
12/05/2022, 2:44 PMdevelop
before.Prashant Shahi
12/05/2022, 2:44 PMVishal Sharma
12/05/2022, 3:58 PM