Yunus M
e18a78a013
feat: create separate containers for traces, logs and metrics qbs
2025-06-06 15:15:56 +05:30
Yunus M
3bd867ce88
feat: metrics qb
2025-06-06 15:15:53 +05:30
Yunus M
3071e331f3
fix: update dropdown css
2025-06-06 15:15:19 +05:30
Yunus M
46a143a747
feat: remove () from suggestions
2025-06-06 15:15:19 +05:30
Yunus M
8eec2f79ac
feat: handle parenthesis and conjunction operators
2025-06-06 15:15:19 +05:30
Yunus M
d5f476b73d
feat: support multiple having key value pairs
2025-06-06 15:15:19 +05:30
Yunus M
e59bd7a698
feat: move state to context
2025-06-06 15:15:19 +05:30
Yunus M
b5952fcce1
feat: handle having options creation
2025-06-06 15:15:19 +05:30
Yunus M
b5ab1e683b
feat: hide already used variables
2025-06-06 15:15:19 +05:30
Yunus M
cb3cb6a55b
fix: show operator suggestions only on manual trigger or valid key
2025-06-06 15:15:19 +05:30
Yunus M
b96fd03342
fix: handle autocomplete
2025-06-06 15:15:19 +05:30
Yunus M
afbd177b66
fix: update styles
2025-06-06 15:15:19 +05:30
Yunus M
885b79e581
fix: update css
2025-06-06 15:15:19 +05:30
Yunus M
b6fd4bf882
feat: handle multie select functions
2025-06-06 15:15:19 +05:30
Yunus M
72f5f86f69
feat: handle field suggestions for aggregate operators
2025-06-06 15:15:19 +05:30
Yunus M
94179e567e
feat: support aggregation function with values
2025-06-06 15:15:19 +05:30
Yunus M
7af9b1aff1
feat: add groupBy, having, order by, limit and legend format
2025-06-06 15:15:18 +05:30
Yunus M
e840138d7b
feat: handle multie select values better
2025-06-06 15:15:18 +05:30
Yunus M
130ed51776
feat: improve suggestions
2025-06-06 15:15:18 +05:30
Yunus M
0169c7d6f8
feat: console log context based on cursor position
2025-06-06 15:15:18 +05:30
Yunus M
9dd53e93e1
fix: handle . notation keywords better
2025-06-06 15:15:18 +05:30
Yunus M
1fcfdf84b7
feat: remove card container above where clause
2025-06-06 15:15:18 +05:30
Yunus M
839636617d
feat: use new qb in logs explorer
2025-06-06 15:15:18 +05:30
Yunus M
6308c17bdf
feat: handle parenthesis
2025-06-06 15:15:18 +05:30
Yunus M
4822198759
feat: handle value selection
2025-06-06 15:15:18 +05:30
Yunus M
8a4f23bd4d
feat: styling updates
2025-06-06 15:15:18 +05:30
Yunus M
fe097ac6d9
feat: handle string and number values correctly
2025-06-06 15:15:18 +05:30
Yunus M
56a4c47127
feat: handle async value fetching
2025-06-06 15:15:18 +05:30
Yunus M
203333729b
feat: update the context with additonal properties
2025-06-06 15:15:18 +05:30
Yunus M
309ace824e
feat: styling updates
2025-06-06 15:15:18 +05:30
Yunus M
4544813e64
feat: update theme and syntax highlighting
2025-06-06 15:15:18 +05:30
Yunus M
f9dcdca64d
feat: handle context switch
2025-06-06 15:15:18 +05:30
Yunus M
4fd917c752
feat: handle multiple spaces
2025-06-06 15:15:18 +05:30
Yunus M
5f434b7031
feat: integrate the apis
2025-06-06 15:15:18 +05:30
Yunus M
e98597fecb
feat: update context logic and return auto-suggestions based on context
2025-06-06 15:15:18 +05:30
Yunus M
5c6a49eb90
feat: add apis and hooks
2025-06-06 15:15:18 +05:30
Yunus M
a7170ef928
feat: update context to recognise conjunction operator
2025-06-06 15:15:18 +05:30
Yunus M
665c815e73
feat: add codemirror
2025-06-06 15:15:18 +05:30
Yunus M
269ef25682
feat: add types, base components
2025-06-06 15:15:18 +05:30
Yunus M
ec54e5c0b2
feat: add antlr4, parser files and grammar
2025-06-06 15:15:18 +05:30
Piyush Singariya
e8280dbea4
feat: Adding ContainerInsights in ECS Integrations (AWS) ( #8122 )
...
* fix: adding ECS ContainerInsights
* chore: dashboard added
* chore: format integrations.json
* feat(7294): added _dot metrics for aws ecs
---------
Co-authored-by: aniket <aniket@signoz.io>
2025-06-06 09:27:35 +00:00
Nityananda Gohain
44ea237039
fix: remove whitespace from sso cert ( #8141 )
...
* fix: remove whitespace from sso cert
* fix: use trimspace instead
* fix: use replaceall
2025-06-06 09:03:46 +00:00
Srikanth Chekuri
72b0214d1d
chore: add range query impl for promql ( #8130 )
2025-06-05 19:18:44 +00:00
Srikanth Chekuri
386a215324
chore: metric statement builder ( #8104 )
2025-06-06 00:38:48 +05:30
Vibhu Pandey
ba0ba4bbc9
build(go): upgrade purego to v0.8.4 ( #8159 )
2025-06-05 12:31:49 +00:00
SagarRajput-7
d60c9ab36b
feat: handle unkown metric in panel query ( #8083 )
...
* feat: handle unkown metric in panel query
* feat: added handling with type empty and key present or not
* feat: added test cases
* feat: added comment to better explain the logic
* feat: fixed operator list for unkown metric
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2025-06-05 11:23:25 +00:00
Piyush Singariya
90770b90bd
feat: Introducing EKS integration (AWS) ( #8021 )
...
* feat: introducing EKS integration (AWS)
* fix: update metrics and enable logs collection
* feat: eks Overview dashboard ready
* feat: containerinsights incoming
* chore: dashboard name update
* feat(7294): added _dot metrics for aws ecs
* feat(7274): added dot metrics for overview metrics in eks
* Update pkg/query-service/app/cloudintegrations/services/definitions/aws/eks/assets/dashboards/overview_dot.json
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update pkg/query-service/app/cloudintegrations/services/definitions/aws/eks/assets/dashboards/containerinsights_dot.json
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: aniket <aniket@signoz.io>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-05 15:35:39 +05:30
Vikrant Gupta
a19874c1dd
fix(dashboard): dashboards/alerts info telemetry fix ( #8161 )
2025-06-05 13:47:25 +05:30
Piyush Singariya
65ff460d63
fix: Enhance filter support for Pipeline Simulation ( #8134 )
...
* feat: enhance filter support for JSON log body
* test: added tests for exists and not exists
* test: remove the value
2025-06-05 05:05:39 +00:00
primus-bot[bot]
b9d542a294
chore(release): bump to v0.86.2 ( #8154 )
v0.86.2
2025-06-04 14:53:32 +00:00