Srikanth Chekuri
de571aa69a
chore: flaky TestTransformToTableForClickHouseQueries ( #5355 )
2024-06-26 16:19:24 +05:30
Srikanth Chekuri
daa5a05677
chore: update table response format ( #5349 )
2024-06-26 14:34:27 +05:30
Vishal Sharma
51032f6caa
chore: move posthog to segment ( #5330 )
2024-06-25 15:50:09 +05:30
Srikanth Chekuri
52e0303997
fix: table order by with builder queries ( #5308 )
2024-06-25 13:42:40 +05:30
Srikanth Chekuri
873280abea
chore: read double pointer numbers from result ( #5300 )
2024-06-25 10:32:44 +05:30
Srikanth Chekuri
8ccdc71eaf
chore: remove deprecated option ( #5239 )
2024-06-25 10:10:33 +05:30
Vishal Sharma
878cb7c0a6
fix: trace detail api start and end time ( #5325 )
2024-06-24 16:07:42 +05:30
Srikanth Chekuri
0375fc47a7
chore: add start/end millis for trace details response ( #5321 )
2024-06-24 14:45:26 +05:30
Srikanth Chekuri
a7a160df76
fix: incorrect telemetry query for samples ( #5314 )
2024-06-24 09:23:18 +05:30
Srikanth Chekuri
6ee9705599
chore: bump SigNoz/signoz-otel-collector and SigNoz/prometheus ( #5294 )
2024-06-20 18:33:45 +05:30
Nityananda Gohain
a4e98e565d
feat: sanitize query and remove groupBy for list panel query ( #5285 )
2024-06-19 15:40:34 +05:30
Srikanth Chekuri
faa1728b8c
chore: threshold rule panel type to graph ( #5284 )
2024-06-19 14:19:30 +05:30
Vishal Sharma
b69545a771
fix: update companyDomain in before firing every event ( #5275 )
2024-06-19 10:49:57 +05:30
Srikanth Chekuri
c104b758ba
chore: adjust the step interval for builder queries ( #5253 )
2024-06-17 22:59:28 +05:30
Srikanth Chekuri
f1b5da9916
chore: fix elapsed time formatting ( #5238 )
2024-06-17 09:00:55 +05:30
Srikanth Chekuri
ded58f5392
fix: do not return zero value for non-aggregated table result ( #5217 )
2024-06-14 16:23:56 +05:30
Srikanth Chekuri
cacf4b99c2
fix: apply having and limit clause on formulas ( #5201 )
2024-06-13 20:37:44 +05:30
Srikanth Chekuri
f01b4f2c03
chore: support custom step interval ( #5186 )
...
* chore: support custom step interval
* chore: add comments
2024-06-12 12:21:27 +05:30
Srikanth Chekuri
2f949d2738
chore: address large number of staticcheck issues ( #5176 )
...
* chore: address large number of staticcheck issues
* chore: fix tests
* chore: fix more issue
* chore: fix options
2024-06-11 20:10:38 +05:30
Srikanth Chekuri
1645523ae9
chore: add fill gaps for query range ( #5155 )
...
* chore: add fill gaps for query range
* chore: fix empty result
2024-06-11 19:58:52 +05:30
Srikanth Chekuri
8a9c8031f5
fix: use correct column name for v4 tables ( #5177 )
2024-06-10 11:29:31 +05:30
Srikanth Chekuri
e5f96ac896
fix: do not mutate the rule condition ( #5141 )
...
* fix: do not mutate the rule condition
* chore: add unit
* chore: add test
2024-06-05 19:35:48 +05:30
Srikanth Chekuri
6a829489a8
fix: remove the need for unnecessary dummy time column ( #5108 )
...
* fix: remove the need for unnecessary dummy time column
* chore: allow no timestamp
* chore: remove grouping sets
2024-06-05 19:33:45 +05:30
Srikanth Chekuri
d1c075983f
fix: formula evaluation with non-participating queries ( #5143 )
2024-06-05 19:25:45 +05:30
Srikanth Chekuri
592073a564
chore: add AWS RDS and ElastiCache integration ( #5071 )
2024-06-02 14:42:05 +05:30
Srikanth Chekuri
93df475969
fix: use text/template for ClickHouse query templating ( #5128 )
2024-06-01 08:22:16 +05:30
Prashant Shahi
0f9c8d91ef
chore(query-service): update GoValuateFuncs
definitions ( #5106 )
...
* fix: parse both unix int and RFC3339 string in toUnixTimestamp
* chore: return GoValuateFuncs as float64
* chore: remove toUnixTimestamp function
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-05-31 21:22:03 +05:30
Srikanth Chekuri
67779d6c2c
chore: scheduled maintenance query-service impl ( #4834 )
2024-05-31 17:43:13 +05:30
Srikanth Chekuri
f927969c7d
fix: do not consider Inf and NaN for formula ( #5124 )
2024-05-31 16:32:22 +05:30
Srikanth Chekuri
10b543dff1
chore: make time macros available for all query types ( #5092 )
2024-05-27 19:22:18 +05:30
Vishal Sharma
96162d7949
fix: handle-large-traces ( #4903 )
...
* fix: handle-large-traces
* feat: add isSubTree key to identify subTrees
Show user a loom video explaining how to navigate large spans
* chore: update icon to warning
* chore: fire telemetry events for all trace detail API calls, large traces
* chore: update MAX_SPANS_IN_TRACE to 250k
2024-05-27 17:20:45 +05:30
Prashant Shahi
3085093130
Merge pull request #5084 from SigNoz/chore/post-release-v0.46
...
post-release: sync main changes in develop
2024-05-27 15:24:06 +05:30
Nityananda Gohain
ab444af8e6
fix: escape string for contains and ncontains ( #5083 )
...
* fix: escape string for contains and ncontains
* fix: add changes to json and traces builder
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-05-27 15:18:49 +05:30
Prashant Shahi
fe96a78ee8
Merge branch 'develop' into chore/post-release-v0.46
2024-05-27 13:35:06 +05:30
Srikanth Chekuri
1d1d85efa3
chore: default zero only for counters and label normalization ( #5085 )
2024-05-27 13:19:28 +05:30
Vishal Sharma
c1c5c4dfa8
chore: deprecate old columns in traces ( #5016 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-05-27 11:40:34 +05:30
Prashant Shahi
9eab315f76
Merge branch 'main' into chore/post-release-v0.46
2024-05-27 11:16:42 +05:30
Srikanth Chekuri
2f7495c6e4
fix: add back the templating for query ( #5079 )
2024-05-24 21:29:13 +05:30
Srikanth Chekuri
1369fe1912
fix: remove series with no points ( #5077 )
2024-05-24 18:56:30 +05:30
Srikanth Chekuri
0cf8817f3f
chore: use querier in alerts ( #5045 )
2024-05-24 12:11:34 +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
9a908c3f76
Merge branch 'main' into release/v0.46.x
2024-05-22 21:42:34 +05:30
hulk
f2b0387a1b
feat: allow using the consistent naming with the signoz collector ( #4865 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-05-22 12:42:13 +05:30
Srikanth Chekuri
de497bf5b6
chore: query range v3 metrics use v4 tables ( #5021 )
2024-05-21 12:01:21 +05:30
Srikanth Chekuri
cf64da2631
fix: metrics order by avg ( #5029 )
2024-05-20 14:22:44 +05:30
Srikanth Chekuri
9ff0e34038
chore: migrate alerts to v4 for supported operators ( #5010 )
2024-05-17 07:45:03 +05:30
Vikrant Gupta
d313f44556
fix: multiple widgets getting created and hence blocking the delete ( #5015 )
...
* fix: multiple widgets getting created and hence blocking the delete
* fix: allow multiple deletes when multiple widgets present with same id
* chore: use the avg for limit
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-05-17 07:44:33 +05:30
Raj Kamal Singh
5a778dcb18
Chore: integrations: populate updatedAt for integration dashboards ( #5019 )
...
* chore: add test for updatedAt value being populated in integration dashboards and get it passing
* chore: also populate createdAt, createBy and updateBy for instaled integration dashboards
* chore: update clickhouse integration config instructions
2024-05-16 21:44:46 +05:30
Srikanth Chekuri
7e31b4ca01
fix: several issues ( #5001 )
2024-05-15 18:52:01 +05:30
Raj Kamal Singh
3efd9801a1
Chore: restrict logs connection test for integrations to use log attributes for identifying logs ( #4977 )
...
* chore: change logs connection test spec to be based on an attrib value
* chore: disallow unknown fields while unmarshalling JSON for an integration
* chore: add description field to collected metric spec
* chore: update logs connection test for builtin integrations
* chore: update logic for calculating logs connection status
2024-05-15 14:36:52 +05:30