Piyush Singariya
d174038dce
fix: panic after connecting to collector ( #8344 )
2025-06-26 16:34:49 +05:30
Nityananda Gohain
8455349459
fix: support orgId and postgres in agents ( #7327 )
...
* fix: initial commit for agents
* fix: remove frontend package manger commit
* fix: use sqlstore
* fix: opamp server changes
* fix: tests
* fix: tests
* fix: minor changes
* fix: migrations
* fix: use uuid7
* fix: use default orgID for single tenant
* fix: pipelines tests fixed
* fix: use correct agentId
* fix: use orgID in coordinator
* fix: fix tests
* fix: remove redundant hash check
* fix: migration
* fix: migration
* fix: address comments
* fix: rename migration file
* fix: remove unwanted orgid code
* fix: use orggetter
* fix: comment
* fix: schema cleanup
* fix: minor changes
* chore: addresses changes
* fix: add back agentID as it used ulid
* fix: keep only 50 agents for an orgId
* chore: explicitly specify text type
* chore: use valuer.uuid for orgid
* fix: linting complain
* chore: final fixes
* chore: minor changes
* fix: add not null
* fix: fe tests
---------
Co-authored-by: Vikrant Gupta <vikrant@signoz.io>
2025-06-16 20:07:16 +05:30
Nityananda Gohain
1dfebed93a
fix: pipelines postgres support and multitenancy ( #7371 )
...
* fix: pipelines postgres support and multitenancy
* fix: minor fixes
* fix: address minor comments
* fix: rename package pipelinetypes
2025-03-24 10:17:12 +05:30
Vibhu Pandey
7118829107
fix(test|lint): fix lint and test in go ( #7346 )
...
### Summary
- fix lint and test in go
2025-03-18 14:01:48 +05:30
Srikanth Chekuri
ae594061e9
chore: fix query-service logging ( #4696 )
2024-03-27 00:07:29 +05:30
Raj Kamal Singh
fd9a502012
fix: opamp server: do not panic if config generation fails ( #4307 )
2023-12-29 21:55:38 +05:30
Raj Kamal Singh
86ff865842
Fix: logs pipelines: ignore coalesce op when generating nil check for add value expressions ( #4305 )
...
* chore: panic if agent config recommendation can't be generated
* chore: add case with coalesce op in field nil check generation tests
* fix: ignore expr ast member nodes that contain coalesce op in them
2023-12-29 18:21:01 +05:30
guangwu
fb1dbdc05e
chore: use bytes.Equal instead ( #4201 )
2023-12-11 18:45:47 +05:30
Raj Kamal Singh
cb155a1172
feat: opamp server with agent config provider ( #3737 )
...
* feat: add interface for opamp.AgentConfigProvider
* feat: add iface and plumbing for generating recommended conf in opamp/agent
* feat: get opamp server config provider tests started
* chore: add test scenario for agent connection without a config recommendation
* chore: add test scenario for agent connection with a config recommendation
* chore: add test for validating config deployment status gets reported
* chore: add test for rolling out latest config recommendations when config changes
* chore: wrap up opamp server lifecycle tests
* chore: some tests cleanup
* chore: get all tests passing
* chore: update opamp server init logic in ee query service
* chore: some cleanup
* chore: some final cleanup
2023-10-14 09:16:14 +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