Srikanth Chekuri
a3731e4c4e
fix: error rate as a percentage of range 0-100% ( #2311 )
2023-02-23 11:15:14 +05:30
nityanandagohain
23d6287594
fix: attribute name corrected in logs database
2023-02-21 10:52:03 +05:30
palashgdev
2624ce4007
feat(FE): span Kind is added in the trace filter page ( #2281 )
2023-02-20 19:12:54 +05:30
Prashant Shahi
45cb1eb38f
feat: introduce health check endpoint ( #2257 )
...
* feat(query-service): ✨ Add health check route and handler
* chore(install-script): 🔧 use health endpoint with instead of services list
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-02-15 00:37:57 +05:30
Ankit Nayan
cf93712286
Merge branch 'develop' into release/v0.16.0
2023-02-11 23:15:47 +05:30
Ankit Nayan
a906f94b8a
chore: reduce events
2023-02-11 23:15:07 +05:30
Amol Umbark
8ab527b174
feat: support printing threshold in alert summary and description ( #1827 )
2023-02-10 23:53:45 +05:30
Prashant Shahi
ad163c2b61
chore: 📌 pin versions: SigNoz 0.16.0, SigNoz OtelCollector 0.66.4
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-02-10 23:50:45 +05:30
Prashant Shahi
21f909f4c0
chore: 🔧 Add low cardinal exception grouping configuration
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-02-10 23:50:15 +05:30
Axay Sagathiya
f7ff491d35
Add error check in unit tests. ( #1993 )
2023-02-06 08:38:47 +05:30
Prashant Shahi
8d16493432
chore: 📌 pin versions: SigNoz OtelCollector 0.66.3
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-01-26 14:30:18 +05:30
Vishal Sharma
db2bfbb887
fix: tag filter query builder ( #2125 )
2023-01-26 01:18:19 +05:30
Marius Kimmina
d7a65ba689
chore: remove not needed code comments ( #2054 )
...
Signed-off-by: Marius Kimmina <mar.kimmina@gmail.com>
Signed-off-by: Marius Kimmina <mar.kimmina@gmail.com>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-01-25 16:10:22 +05:30
Vishal Sharma
c46bef321c
feat: tag filter backend changes ( #2115 )
2023-01-25 12:35:44 +05:30
Ankit Nayan
153e859ac3
Fix/analytics ( #2049 )
...
* fix: incorrect calculation
* chore: adding nil check
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-01-17 15:28:58 +05:30
Srikanth Chekuri
cd9768c738
feat: dashboard variable chaining ( #2036 )
2023-01-16 14:57:04 +05:30
Srikanth Chekuri
b87f3bdb50
fix: query builder formula fails to eval ( #1999 )
...
* fix: query builder formula fails to eval
* fix: result label set without reference
* chore: update tests
Co-authored-by: Prashant Shahi <prashant@signoz.io>
2023-01-11 16:12:47 +05:30
Srikanth Chekuri
44360ecacf
Add support for histogram quantiles ( #1533 )
2023-01-10 21:42:44 +05:30
Ankit Nayan
215ea8d819
chore: different ticker interval for active user
2023-01-08 23:12:02 +05:30
Ankit Nayan
0c27d5acbc
chore: better error handling
2023-01-08 22:49:11 +05:30
Ankit Nayan
9b654143bb
chore: update latest loggedin user
2023-01-07 02:54:27 +05:30
Ankit Nayan
4841f150f4
fix: minor changes
2023-01-07 02:31:54 +05:30
Ankit Nayan
16a49a8b04
fix: minor changes
2023-01-07 02:21:44 +05:30
Ankit Nayan
1fd819b806
fix: added ratelimit to specific event
2023-01-07 00:16:57 +05:30
Ankit Nayan
cab9e04cdd
fix: concurrent writes to map
2023-01-06 16:10:13 +05:30
Ankit Nayan
24ac062bf5
Fix/analytics ( #1987 )
...
* fix: added server code to ee
2023-01-04 22:48:38 +05:30
Vishal Sharma
835251b342
fix: use rpc method and responseStatusCode ( #1971 )
...
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-01-04 16:15:08 +05:30
Vishal Sharma
6ba5c0ecad
fix: apply filters on count of exceptions ( #1945 )
2022-12-30 16:46:13 +05:30
Prashant Shahi
d134e4f4d9
chore: 📌 pin versions: SigNoz 0.13.0, SigNoz OtelCollector 0.66.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-12-29 14:27:24 +05:30
Ankit Nayan
e03b0aa45f
chore/analytics ( #1939 )
...
* fix: not capturing empty filters
* feat: removing signoz_ metrics using grep
* fix: initialise companyDomain
* feat: added ttl status
2022-12-29 01:14:57 +05:30
Ankit Nayan
d1ee15c372
fix: nil pointer
2022-12-28 15:30:24 +05:30
Vishal Sharma
88a97fc4b8
add exception page filters support ( #1919 )
...
* feat: backend changes for supporting exception filters
* feat: frontend changes for exception page filter support
* chore: extractSingleFilterValue is updated
* fix: handle frontend edge case
Co-authored-by: Ankit Nayan <ankit@signoz.io>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-12-28 14:54:15 +05:30
Nityananda Gohain
2e58f6db7a
fix: error handling for index removal from selected field ( #1935 )
...
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-28 14:31:57 +05:30
Ankit Nayan
7f42b39684
fix: changed or to and
2022-12-28 02:33:21 +05:30
Ankit Nayan
b11f79b4c7
Chore/analytics ( #1922 )
...
* fix: reduced rate limit to 2 of each events in 1 min
* feat: added new event for length of filters in logs search page
* feat: added distributed cluster info
* fix: length of filters in logs
* feat: dashboard metadata with no rateLimit
* feat: active user
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-12-28 02:16:46 +05:30
Vishal Sharma
35f5fb6957
fix: respect durationSort feature flag on getSpanFilters API ( #1900 )
...
* fix: respect durationSort feature flag on getSpanFilters API
* chore: update DB query
2022-12-27 21:09:36 +05:30
Srikanth Chekuri
48a6f536fa
chore: increase dimensions_cache_size for signozspanmetrics processor ( #1925 )
2022-12-27 15:44:39 +05:30
Srikanth Chekuri
eef48c54f8
fix(query_range): invalid memory address or nil pointer dereference ( #1875 )
...
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-27 11:28:15 +05:30
Ankit Nayan
02898d14f9
fix: removes password validations other than length ( #1909 )
2022-12-26 15:42:08 +05:30
Nityananda Gohain
09af6c262c
fix: proxy_read_timeout updated in nginx conf ( #1885 )
...
* fix: proxy_read_timeout updated in nginx conf
* fix: live tail endpoint-flush the headers first
Co-authored-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-26 15:29:49 +05:30
Nityananda Gohain
9c80ba6b78
fix: allow multiple spaces between a filter expression ( #1897 )
...
* fix: allow multiple spaces between a filter expression
* fix: regex updated to respect spaces between a search string
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-12-26 15:08:43 +05:30
Prashant Shahi
82d53fa45c
chore: 📌 pin versions: SigNoz 0.12.0, SigNoz OtelCollector 0.66.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-12-10 20:17:49 +05:30
Zsombor
c38d1c150d
Fix case sensitivity in query parsing ( #1670 )
...
* Fix case sensitivity in query parsing - now the parser correctly recognize fields which contains uppercase letters
* fix: logs parser respects the case of fields
Co-authored-by: nityanandagohain <nityanandagohain@gmail.com>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-10 19:27:57 +05:30
Srikanth Chekuri
16170eacc0
Revert "chore: use local table for innery query ( #1815 ) ( #1847 )
...
* Revert "chore: use local table for innery query (#1815 )"
This reverts commit 1b52edb05624632e2dae5c29c1645a412e047f9a.
* chore: use localhost
2022-12-10 19:25:44 +05:30
Vishal Sharma
2715ab61a4
chore: introduce docker_multi_node_cluster and by default set to false ( #1839 )
...
* chore: introduce docker_multi_node_cluster and by default set to false
* chore(query-service): 🔧 include docker_multi_node_cluster for tests
Co-authored-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Prashant Shahi <me@prashantshahi.dev>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-09 21:57:25 +05:30
Nityananda Gohain
1b73649f8e
fix: add default value for materialized column in distributed logs table ( #1835 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-09 20:18:58 +05:30
Amol Umbark
0abae1c09c
feat: show release note in alerts dashboards and services pages ( #1840 )
...
* feat: show release note in alerts dashboards and services pages
* fix: made code changes as per review and changed message in release note
* fix: solved build pipeline issue
* fix: solved lint issue
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-09 20:16:09 +05:30
Vishal Sharma
6931b18382
fix: remove shared variable in TTL and async TTL queries ( #1821 )
...
* fix: remove shared variable in TTL
* fix: set distributed_ddl_task_timeout to 0 for async TTL
* chore: updated distributed_ddl_task_timeout to sync TTL queries
2022-12-07 18:23:01 +05:30
Prashant Shahi
8a9d6f664a
fix: 🐛 log parsing issue ( #1824 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2022-12-07 17:57:55 +05:30
Srikanth Chekuri
1b52edb056
chore: use local table for innery query ( #1816 )
...
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-06 22:31:38 +05:30