Tags: crazyrunsnail/signoz-otel-collector
Tags
feat: add signozkafkaexporter (SigNoz#195) * feat: add signozkafkaexporter * feat: select kafka topic based on tenant id * feat: add kafkareceiver * chore: expose sarama client's fetch config to signozkafkareceiver * chore: integrate signozkafkaexporters and receivers with v0.88.0 * chore: update go.mod and go.sum * chore: modify testdata/config.yaml * chore: fix tests --------- Co-authored-by: Prashant Shahi <prashant@signoz.io> Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
fix: set maxOpenIdleConnections = numConsumers + 1 (SigNoz#223) to avoid `prepareBatch:clickhouse: acquire conn timeout`
chore: fixes for dirty migration issue (SigNoz#215) * chore: add some logs to migrator to debug the dirtry migration issue * chore: capture error from os.setEnv * chore: add verbose logging flag * chore: bump golang-migrate version * chore: minor fix * chore: minor fix * chore: bump golang-migrate version --------- Co-authored-by: Prashant Shahi <prashant@signoz.io>
feat: support for json logs (SigNoz#205) * feat: support for json logs * fix: comments addressed * feat: updated parser to convert top level fields to attributes * feat: tests updated
chore: update default retention (SigNoz#203) Of logs and traces to 15 days
feat: templatize migrations (SigNoz#184) * chore: prepare code for templatizing migrations * fix: return error if migrations fail to run * feat: separate migrations from codebase + templatize migrations * chore: revert moving exporter names to constants * chore: add close functions to manager and migrators * chore: rename module to migrationManager * chore: minor refactor * chore: move traces initFeature to migrationManager * chore: remove feature manager from traces * chore: add cluster template to all migrations * remove migration copy command from dockerfile * chore: add docker files * chore: add default dsn * chore: copy migrations for schema migrator + add example docker compose * chore: rename migrator module to signoz schema migrator * chore: rename repo for migrator to signoz schema migrator * chore: remove multi node cluster flag * chore: remove manager config * chore: add todo to move away from global loggers * chore: remove camelCase module names * chore: change folder name * exit with error on wrong flag usage * ci(gh-workflows): 👷 push/release actions for schema-migrator (SigNoz#199) --------- Co-authored-by: Prashant Shahi <prashant@signoz.io>
chore: don't write generated agent ID back to manager conf (SigNoz#198)
PreviousNext