Srikanth Chekuri
12349d79a9
feat(query-service): alerts integration with query builder v3 ( #2663 )
2023-05-09 19:16:55 +05:30
Srikanth Chekuri
c5991b50bc
fix: nan aggregation values are ignored ( #2664 )
2023-05-08 18:07:26 +05:30
Vishal Sharma
8dbd1c65e9
fix: trim spaces from email invite ( #2668 )
2023-05-08 16:13:47 +05:30
Vishal Sharma
33ac5b79be
feat: add errorCount in top_operations API ( #2636 )
2023-04-26 18:23:54 +05:30
Vishal Sharma
bd248c46b2
feat: traces QB ( #2571 )
2023-04-25 21:53:46 +05:30
Daniël
dcad77746a
feat: added configuration via env for context timeout ( #2585 )
2023-04-25 16:29:49 +05:30
Nityananda Gohain
21c6d3ba99
fix: remove log lines which doesn't contain the key while performing … ( #2609 )
...
* fix: remove log lines which doesn't contain the key while performing groupBy
* fix: print removed
2023-04-24 18:01:13 +05:30
Nityananda Gohain
9557cb2f70
feat: handle static fields correcty in aggreagte attribute keys ( #2598 )
2023-04-20 13:09:32 +05:30
Vishal Sharma
60b78e94d8
fix: add support for count aggregate attribute ( #2584 )
2023-04-18 16:38:52 +05:30
Vishal Sharma
2c206e8bf4
Add Span attributes APIs ( #2414 )
2023-04-13 15:33:08 +05:30
Nityananda Gohain
0c2574cef8
(logs): Query range v3 ( #2518 )
2023-04-10 19:36:13 +05:30
Srikanth Chekuri
4db109cbad
fix: minor issues found in development and enhancements ( #2542 )
...
* temp commit
* chore: add setpInterval
* chore: update prepare func type
2023-04-07 09:46:21 +05:30
Nityananda Gohain
d09290528f
feat(logs): add tag attribute autocomplete for logs ( #2404 )
...
* chore: add payload types for autocomplete requests
* chore: update the query params file location and payload
* chore: add query range v3 API request/response payload types
* feat: metric attribute autocomplete for the aggregation type
* feat: add attrs filters autocomplete endpoints
* feat(logs): add tag attribute autocomplete for logs
* chore: added support for multiple datatype in value suggestion api for attributes
* feat: int64/float64 added for AttributeKeyDataType along with validation
* feat: filterAttributeValueResponse type updated
* fix: number type updated and query updated
* feat: remove tagType in keys autocomplete
* feat: return isColumn value correctly for attibute keys
* Update pkg/query-service/app/clickhouseReader/reader.go
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* fix: don't skip empty strings in value autocomplete
* fix: allow empty string search
* feat: add top level column names of logs in key sugestion
* fix: tagType column removed
* feat: get attribute values from logs table for top level fields
* feat: don't throw error if dataType and tagType is not present
* feat: timerange select corrected
* feat: autocomplete for int/float added
* fix: reverted attributeValueResponse change
* fix: null values handled for int and float
* feat: add support for get log aggreagte attributes
* feat: aggreate attribute logic updated and body added in keys autocomplete
* fix: constants updaetd
* fix: body type updated and empty response for noop and count
* fix: isColumn logic updated
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: palashgdev <palashgdev@gmail.com>
2023-04-06 13:32:24 +05:30
Srikanth Chekuri
d4bfe3a096
chore: set Cache-Control for auto complete requests ( #2504 )
2023-04-05 12:36:38 +05:30
Nityananda Gohain
31a89bfdb3
fix: case sensitive selected field search fixed ( #2529 )
2023-03-31 11:58:58 +05:30
Vishal Sharma
12e56932ee
fix: exception detail broken APIs due to resourceTagsMap ( #2514 )
2023-03-29 07:32:47 +05:30
Srikanth Chekuri
c4944370ce
feat: support environment filtering in service map ( #2481 )
2023-03-28 22:15:46 +05:30
Vishal Sharma
9d20c2f787
feat: add resource tags to ListErrors API ( #2487 )
2023-03-28 00:15:15 +05:30
Srikanth Chekuri
17a5bc8cc3
feat: metrics query range v3 ( #2265 )
2023-03-23 19:45:15 +05:30
Nityananda Gohain
55d7285c9a
Merge branch 'develop' into feat/opamp-logparing
2023-03-22 09:47:03 +05:30
Srikanth Chekuri
d951483597
fix: substitute nan negative rate from couter resets ( #2449 )
2023-03-21 11:47:04 +05:30
nityanandagohain
eb4ac18162
feat: processor builder updated with new logic and tests
2023-03-17 17:39:28 +05:30
nityanandagohain
7367f8dd4b
fix: tests fixed
2023-03-16 10:24:20 +05:30
nityanandagohain
bac717e9e6
fix: use structs instead of interface
2023-03-16 10:24:08 +05:30
nityanandagohain
755d64061e
fix: minor spelling fixes
2023-03-15 17:55:02 +05:30
nityanandagohain
500ab02c47
chore: logs parsing pipeline support in opamp
2023-03-15 17:42:24 +05:30
Srikanth Chekuri
210c5fd7f2
feat: opamp server application ( #1787 )
...
* feat: opamp server application
* chore: opamp
* chore: refactor server implementation
* chore: add Stop
* chore: merged opamp updates
* chore: removed all errorf
* chore: added a comment about zero version
* feat: added user context for created by
* chore: changed debugf to debug
* chore: removed lb from opamp + added config parser
* fix: added userid to ConfigNewVersion()
* chore: removed user id from contxt and added config parser
* fix: removed lock inside re-deploy
* chore: added config db fix
* fix: merged app/server.go from develop
* fix: restored extract jwt
* Update pkg/query-service/app/server.go
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
* fix: dependency version fix and import added
---------
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
2023-03-15 15:09:15 +05:30
Srikanth Chekuri
9af991e424
feat: add attrs filters autocomplete endpoints ( #2264 )
2023-03-10 11:22:34 +05:30
Srikanth Chekuri
3f5171dc69
chore: bump SigNoz/prometheus ( #2094 )
2023-03-07 13:37:31 +05:30
Srikanth Chekuri
c5d7d9d134
feat: ability to save and retrieve the explorer queries ( #2284 )
2023-03-07 00:26:25 +05:30
Srikanth Chekuri
6defa0ac8b
feat: metric attribute autocomplete for the aggregation type ( #2263 )
2023-03-04 00:05:16 +05:30
Srikanth Chekuri
2c7cefcc74
fix: add the missing /health route removed in #2261 ( #2419 )
2023-03-03 18:07:24 +05:30
Ahsan Barkati
df7f276f03
Change header name
2023-03-01 00:11:44 +05:30
Ahsan Barkati
797352583a
Create PAT supporting auth middleware
2023-03-01 00:11:44 +05:30
Prashant Shahi
995e45713c
chore: health endpoint related changes ( #2275 )
2023-02-28 23:42:21 +05:30
Amol Umbark
ab514cc0f2
fix: changed ask admin message ( #2215 )
2023-02-24 14:57:07 +05:30
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
Axay Sagathiya
f7ff491d35
Add error check in unit tests. ( #1993 )
2023-02-06 08:38:47 +05:30
Vishal Sharma
db2bfbb887
fix: tag filter query builder ( #2125 )
2023-01-26 01:18:19 +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
0c27d5acbc
chore: better error handling
2023-01-08 22:49:11 +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