GitHub
01/02/2023, 6:27 PMcompare-traces▾
GitHub
01/02/2023, 6:29 PMGitHub
01/03/2023, 4:53 AMGitHub
01/03/2023, 5:26 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by prashant-shahi
<https://github.com/SigNoz/signoz/commit/57d28be9f5ce8b8b1f8c1d8452f939c24a681251|57d28be9>
- fix: 🐛 resolve redundant metrics issue (#1946)
SigNoz/signozGitHub
01/03/2023, 5:27 AMGitHub
01/03/2023, 5:53 AMSaved Views
which has specific filters defined so that users can filter the results very easily, especially for queries which they use often
Describe alternatives you've considered
Typing the filter query in search bar everytime
Additional context
Intial Design on how this could look like
views_list▾
save-view▾
GitHub
01/03/2023, 6:18 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/2586e9668052abadd0ecf8253b78aaed8f1c4449|2586e966>
- chore(k8s-infra): 🔧 create flag template for otelAgent service account
<https://github.com/SigNoz/charts/commit/8c30efb2440710d83eb434a0f23e1ad9dbdfd108|8c30efb2>
- fix(k8s-infra): 🐛 invalid configurations resolved
<https://github.com/SigNoz/charts/commit/3cd47facd8a0190ae7532b7c858b508d170c830c|3cd47fac>
- chore(release): 🔖 Bump up k8s-infra to 0.4.2
<https://github.com/SigNoz/charts/commit/2eaddd76ef0f84432bbcb4eaa5b682f1c440d357|2eaddd76>
- Merge pull request #127 from SigNoz/prashant/service-fix
SigNoz/chartsGitHub
01/03/2023, 6:18 AMGitHub
01/03/2023, 6:19 AMGitHub
01/03/2023, 7:40 AMtimeout
to verify the OpAMP Client functionality.
• This repo https://github.com/SigNoz/signoz-collector-config-parser/ shows how to parse the byte string config and manipulate config at a minute level.
The original goal is to enable certain use cases that require the collector to work with the new config. Any work that will be done around this needs a way to represent the config both on the frontend and backend. Would you want to define your own types/structs that match the component's config? Or would you rather rely on the upstream config? The former can be a lot of maintenance burden since tens of components change for each release and need to be synced. We could build a tool that generates the types for both backend and frontend by parsing the collector config.
There is also a need for a common interface definition for doing CRUD on the config so that each individual does not need to repeat the same stuff. This works as a bridge b/w query service components and OpAMP.
Please add the use cases that should be covered and anything else that might be relevant here.
SigNoz/signozGitHub
01/03/2023, 7:48 AMGitHub
01/03/2023, 8:21 AMGitHub
01/03/2023, 8:37 AMGitHub
01/03/2023, 9:41 AMGitHub
01/03/2023, 9:44 AMGitHub
01/03/2023, 9:57 AMGitHub
01/03/2023, 10:01 AMhttp.method
attribute even if the span is not from an http request.
It would be nice to have this more dynamic, e.g., on http vs grpc, if we have rpc.method
then I would like to see the value of rpc.method
on the Method
column, instead of -
.
This affects the front-end, and on the screen shots bellow we can see Hello Hello
on the Method
column because I manually added the attribute http.method
to the span.
• Manually adding the attribute http.method
with dummy data
1▾
2▾
http.method
attribute
3▾
4▾
rpc.method
on the Method
column.
How to reproduce
1. Add GRPC Open Telemtry
2. Don't have the http.method
attribute
3. Have the rpc.method
attrivute
4. Verify that -
is present on the Method
column instead of the value of rpc.method
Version information
• Signoz version: v0.13.0
• Browser version: Chrome Version 108.0.5359.124 (Official Build) (x86_64)
• Your OS and version: n/a
• *Your CPU Architecture*(ARM/Intel): n/a
Additional context
n/a
SigNoz/signozGitHub
01/03/2023, 11:58 AMGitHub
01/03/2023, 12:33 PMGitHub
01/03/2023, 12:37 PMGitHub
01/03/2023, 12:40 PMGitHub
01/03/2023, 12:42 PMGitHub
01/03/2023, 12:45 PMGitHub
01/03/2023, 12:53 PMGitHub
01/03/2023, 1:18 PMGitHub
01/03/2023, 1:54 PMGitHub
01/03/2023, 1:54 PMGitHub
01/03/2023, 1:56 PMGitHub
01/03/2023, 1:57 PMGitHub
01/03/2023, 2:08 PMGitHub
01/03/2023, 2:08 PM