Nityananda Gohain
7031c866e8
fix: add flags for using trace new schema ( #6651 )
2024-12-18 17:55:22 +07:00
deepakdinesh1123
d4458d65ad
fix(docker): otel-collector-migrator command fixed in docker-compose-core.yaml ( #6564 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-12-07 20:15:07 +05:30
Prashant Shahi
99367be850
chore(signoz): pin versions: SigNoz 0.61.0, SigNoz OtelCollector 0.111.14
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-12-04 16:21:39 +05:30
Prashant Shahi
7cd8442e6e
chore(signoz): pin versions: SigNoz 0.60.0, SigNoz OtelCollector 0.111.13
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-11-27 15:13:08 +05:30
Philipp
328d955a74
Fix for running signoz-schema-migrator under docker-swarm ( #6489 )
2024-11-27 03:15:32 +00:00
Prashant Shahi
5a70123b06
chore(signoz): pin versions: SigNoz 0.59.0, SigNoz OtelCollector 0.111.9
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-11-20 16:45:18 +05:30
Prashant Shahi
9ccc686c63
chore(signoz): pin versions: SigNoz 0.58.2
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-11-19 11:27:28 +05:30
Prashant Shahi
bc9c7b5f1d
chore(signoz): pin versions: SigNoz 0.58.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-11-15 22:02:47 +05:30
Prashant Shahi
1bba932d08
Merge branch 'develop' into release/v0.58.x
2024-11-15 22:01:55 +05:30
Srikanth Chekuri
969ac5028e
chore: add v2 metric writer to pipelines ( #6345 )
2024-11-13 10:41:28 +00:00
Prashant Shahi
48f3b9cacb
chore(signoz): pin versions: SigNoz 0.58.0, SigNoz OtelCollector 0.111.8
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-11-08 16:02:59 +05:30
Prashant Shahi
eaf8571fe9
Merge branch 'main' into release/v0.58.x
2024-11-08 15:49:41 +05:30
Shivanshu Raj Shrivastava
7b18c3ba06
enable scenario 4 on staging ( #6269 )
...
* fix: enable env at docker compose
2024-11-01 21:19:58 +05:30
Prashant Shahi
eeadc021e1
chore(signoz): pin versions: SigNoz 0.57.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-10-28 19:40:10 +05:30
Srikanth Chekuri
952ab58023
chore: bump signoz-otel-collector version ( #6290 )
2024-10-28 14:06:43 +05:30
Srikanth Chekuri
17e20e7f41
chore: split migrator job to sync and async ( #6107 )
2024-10-23 00:05:10 +05:30
Prashant Shahi
a6e492880d
fix(docker): use env prefix for boolean in collector config ( #6199 )
...
### Summary
Fixes for `expected type 'bool', got unconvertible type 'string'` errors.
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-10-16 15:07:02 +05:30
Prashant Shahi
5588c7dd3f
revert(signoz): pin versions: Schema Migrator 0.102.10
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-10-10 19:41:47 +05:30
Prashant Shahi
b70d50f2b3
chore: pin versions: SigNoz 0.56.0, OtelCollector 0.102.12, Alertmanager 0.23.7
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-10-10 15:39:49 +05:30
Sergei Zobov
76e7de3aed
docker setup: docker compose without testing app ( #5839 )
...
I preserved the existing interfaces, so:
`docker compose -f docker/clickhouse-setup/docker-compose.yaml up -d`, would run the same set of services (with the testing app).
The interface that was added is:
`docker compose -f docker/clickhouse-setup/docker-compose-minimal.yaml up -d`, which won't run testing app.
2024-10-07 18:24:50 +05:30
Prashant Shahi
bc8891d2f8
Sync/post release v0.55 ( #6092 )
2024-09-30 18:02:56 +05:30
Srikanth Chekuri
381a4de88a
chore: use json formatting for ClickHouse logs ( #5241 )
...
Co-authored-by: Prashant Shahi <prashant@signoz.io>
2024-09-12 12:48:50 +05:30
Srikanth Chekuri
20ac75e3d2
chore: json logs for collector ( #5240 )
2024-09-12 00:57:48 +05:30
Nityananda Gohain
9f481aacff
feat: enable macro ( #5760 )
2024-08-26 11:57:18 +05:30
Vikrant Gupta
a2ac49bfc2
fix: remove same origin check and return proper errors from upgrader function ( #5724 )
...
* chore: test websockets
* chore: test websockets
* chore: test websockets
* chore: test websockets
* chore: cleanup PR
* chore: added back check origin function and loggings to check why the mismatch
* chore: the uuid should update on every new request
* chore: experiment with delaying the query deletion
* chore: experiment with delaying the query deletion
* chore: experiment with delaying the query deletion
* chore: upgrade nginx conf
* chore: upgrade nginx conf
* chore: upgrade nginx conf
* chore: experiment with delaying the query deletion
* chore: cleanup PR
* chore: remove print statements
2024-08-23 17:37:56 +05:30
Prashant Shahi
fff61379fe
fix: mount root path in /hostfs for hostmetrics ( #5534 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-08-02 16:06:21 +05:30
Prashant Shahi
e542d2ee09
chore(signoz): 📌 pin versions: SigNoz 0.49.1, SigNoz OtelCollector 0.102.2
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-07-04 22:24:57 +05:30
Prashant Shahi
216ad36234
chore(signoz): 📌 pin versions: SigNoz 0.49.0, SigNoz OtelCollector 0.102.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-07-03 16:53:11 +05:30
Prashant Shahi
97b66741a7
chore(signoz): 📌 pin versions: SigNoz 0.48.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-06-25 17:59:37 +05:30
Prashant Shahi
6b234da969
Merge branch 'main' into release/v0.48.1
2024-06-25 17:58:39 +05:30
Vishal Sharma
51032f6caa
chore: move posthog to segment ( #5330 )
2024-06-25 15:50:09 +05:30
Prashant Shahi
537641000d
chore(signoz): 📌 pin versions: SigNoz 0.48.0, SigNoz OtelCollector 0.102.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-06-19 21:14:45 +05:30
Prashant Shahi
4916cf5083
Merge branch 'main' into release/v0.48.x
2024-06-19 20:57:30 +05:30
Srikanth Chekuri
dbfa4e80bb
chore: add common resource attributes for span metrics ( #5224 )
2024-06-14 16:24:28 +05:30
Prashant Shahi
4d375e7cc3
chore(signoz): 📌 pin versions: SigNoz 0.47.0, SigNoz OtelCollector 0.88.26
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-06-05 19:12:50 +05:30
Vibhu Pandey
7f39d8282c
(feature) multiple ingestion keys ( #4762 )
...
* feat(keys): add support for multiple ingestion keys
* ci(git): remove vendor/ from git
* feat(gateway): create a proxy for sending requests to the gateway
* fix(sqlite): remove keys schema
* fix(api): replace with constant
* fix(server): remove redundant options
* fix(server): remove redundant options
* test(gateway): add unit tests for gateway proxy
* ci(docker): update gateway url
* refactor(gateway): move gateway to api layer
* fix(manager): fix declared error in manager
* feat(testing): add a new testing docker-compose
* fix(license): revert to nil license since select will never return a norows error
* feat(gateway): add feature flags
* chore(server): add a logger
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-06-04 18:25:24 +05:30
Prashant Shahi
52c8584e63
chore(signoz): 📌 pin versions: SigNoz 0.46.0, SigNoz OtelCollector 0.88.24
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-05-22 21:45:38 +05:30
Prashant Shahi
47dcd994f0
chore(signoz): 📌 pin versions: SigNoz 0.45.0, SigNoz OtelCollector 0.88.22
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-05-08 20:03:12 +05:30
Prashant Shahi
3272444e13
chore(signoz): 📌 pin versions: SigNoz 0.44.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-04-25 18:01:10 +05:30
Prashant Shahi
5ec2f17d09
chore: pin SigNoz OtelCollector 0.88.21 and update ClickHouse dsn ( #4909 )
...
* chore: 📌 pin versions: SigNoz OtelCollector 0.88.21
* chore(clickhouse): update dsn as per the new parsing logic
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-04-24 21:15:07 +05:30
Prashant Shahi
a45fb8ec0c
fix(clickhouse): update endpoint of the healthcheck in deployment files ( #4908 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-04-24 19:06:05 +05:30
Prashant Shahi
cd63dd972d
chore(pre-release): 📌 pin versions: SigNoz 0.43.0, SigNoz OtelCollector 0.88.20
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-04-10 23:55:39 +05:45
Prashant Shahi
f8e8132b58
chore(signoz): 📌 pin versions: SigNoz 0.42.0, SigNoz OtelCollector 0.88.17
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-03-27 23:23:15 +05:45
Prashant Shahi
7c062163a1
chore(release): 📌 pin versions: SigNoz 0.41.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-03-15 02:24:09 +05:45
Prashant Shahi
6c2a3d5d43
chore(signoz): 📌 pin versions: SigNoz 0.41.0, SigNoz OtelCollector 0.88.15
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-03-14 00:23:51 +05:45
Prashant Shahi
914b035b3f
Merge branch 'main' into release/v0.41.0
2024-03-14 00:23:02 +05:45
Srikanth Chekuri
d77389abe3
feat: add support for email alert channel ( #4599 )
2024-03-01 15:05:28 +05:30
Prashant Shahi
9af1c2320b
chore(signoz): 📌 pin versions: SigNoz 0.40.0, SigNoz OtelCollector 0.88.14
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-02-28 19:13:23 +05:45
Prashant Shahi
cdabf9060e
Merge branch 'main' into release/v0.40.0
2024-02-28 19:11:34 +05:45
Srikanth Chekuri
8add13743a
fix: remove unknown setting from connection string ( #4612 )
2024-02-28 15:06:47 +05:30