Pranay
Prashant Shahi
06/21/2022, 12:18 PMUsman Ali
07/05/2022, 8:39 AMUsman Ali
07/05/2022, 2:47 PMteja
07/19/2022, 7:40 AMPranay
Sait gümüş
09/17/2022, 10:24 PMGitHub
09/22/2022, 5:37 AMWejdan
10/30/2022, 12:07 PMWejdan
11/10/2022, 11:47 AMLucas Carlos
11/29/2022, 6:26 PMGitHub
12/22/2022, 6:50 PMService
, which runs the Client
. There can be different implementations of client interfaces, currently serverClient (that connects and works with remote server) and simpleClient(no management as it is today). The serverClient implements the necessary callbacks for the remote config management https://pkg.go.dev/github.com/open-telemetry/opamp-go@v0.5.0/client/types#Callbacks.
Pre-requisite for #50 and #51 and upcoming related PRs.
SigNoz/signoz-otel-collectorGitHub
12/23/2022, 3:59 AMsignoz
related metrics. The sub-folder should have multiple dashboards like, 1 for CPU, 1 for memory, 1 for disk usage
SigNoz/signozGitHub
12/23/2022, 6:19 AMGitHub
12/23/2022, 7:14 AMGitHub
12/23/2022, 9:14 AMapply
button in log query builder panel (pop-over). This replaces the existing functionality of auto-update of search bar on every change in the panel
• validations on filter criteria. Raise error for empty values, non-numeric values for numeric types (GT, GTE, LT, LTE).
SigNoz/signozGitHub
12/23/2022, 10:37 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/dbba8b5b55c5c6d0db30bcfd03c60f7a45aa7db4|dbba8b5b>
- feat: event time is updated when root span is missing
SigNoz/signozGitHub
12/23/2022, 5:16 PMGitHub
12/23/2022, 5:20 PMGitHub
12/25/2022, 3:52 AMShutdown
should flush in memory spans/metrics/logs before returning to ensure no data loss.
☐ #61
☑︎ #62
SigNoz/signoz-otel-collectorGitHub
12/25/2022, 4:17 AMGitHub
12/25/2022, 8:23 PMyarn
dependencies of this project.
Changes included in this PR
• Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
• frontend/package.json
• frontend/yarn.lock
Vulnerabilities that will be fixed
With an upgrade:
(*) Note that the real score may have changed since the PR was raised.
Check the changes in this PR to ensure they won't cause issues with your project.
* * *
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information: https://camo.githubusercontent.com/34abca55d03dcf0c319dd2af6561563b3e6eac1f091d0153495cf6a08ff73380/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f694a6c595459354d5463774e6931694f444e6a4c54517a4e6d4d744f474a6d4e4330334e575531597a6b774e444179596a51694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496d56684e6a6b784e7a41324c5749344d324d744e444d3259793034596d59304c5463315a54566a4f5441304d444a694e434a3966513d3d
🧐 View latest project report
🛠️ Adjust project settings
📚 Read more about Snyk's upgrade and patch logic
* * *
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Prototype Pollution
SigNoz/signozGitHub
12/26/2022, 5:00 AMScreenshot 2022-12-26 at 10 29 51▾
GitHub
12/26/2022, 9:16 AMservice:
telemetry:
resource:
service.instance.id: xxx
deployment.environment: xxx
Generate one when not provided, write to the config file, and persist the info for config reloads. This should be handled the same as the agent identifier.
SigNoz/signoz-otel-collectorGitHub
12/26/2022, 9:38 AMGitHub
12/26/2022, 9:38 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/9c80ba6b786ec832d27cf9941ea55925581805d1|9c80ba6b>
- fix: allow multiple spaces between a filter expression (#1897)
SigNoz/signozGitHub
12/26/2022, 9:40 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/faeaeb61a0e80a458eec9255cbe8ff9a22e5a541|faeaeb61>
- fix: added validations on query builder (#1906)
SigNoz/signozGitHub
12/26/2022, 9:57 AMtype agentConfigManager struct {
agentConfig *remoteControlledConfig
logger *zap.Logger
}
Shouldn't this be locked as there might be multiple concurrent events/calls that might want to change the agent config?
Originally posted by @Ankit Nayan in #56 (comment)
SigNoz/signoz-otel-collectorGitHub
12/26/2022, 9:59 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/09af6c262c935f5d92f5e7afdbc5866cce446844|09af6c26>
- fix: proxy_read_timeout updated in nginx conf (#1885)
SigNoz/signozGitHub
12/26/2022, 10:07 AMlength<8
SigNoz/signoz