8000 Tags · crazyrunsnail/signoz-otel-collector · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: crazyrunsnail/signoz-otel-collector

Tags

v0.88.1

Toggle v0.88.1's commit message
Add name and type for unsupported metric type

v0.88.0

Toggle v0.88.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.79.14

Toggle v0.79.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: set maxOpenIdleConnections = numConsumers + 1 (SigNoz#223)

to avoid `prepareBatch:clickhouse: acquire conn timeout`

v0.79.14-3003fdc

Toggle v0.79.14-3003fdc's commit message
Merge branch 'main' into feat.signozKafkaExporter

v0.79.9-3003fdc

Toggle v0.79.9-3003fdc's commit message
Merge branch 'main' into feat.signozKafkaExporter

v0.79.13

Toggle v0.79.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.79.12

Toggle v0.79.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.79.11

Toggle v0.79.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update default retention (SigNoz#203)

Of logs and traces to 15 days

v0.79.10

Toggle v0.79.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.79.9

Toggle v0.79.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: don't write generated agent ID back to manager conf (SigNoz#198)

0