GitHub
06/28/2023, 8:27 AMGitHub
06/28/2023, 9:49 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/9b8f7a091c000794339cc1d3b596ca97aa9a5eda|9b8f7a09>
- fix: step size is made dynamic (#2903)
SigNoz/signozGitHub
06/28/2023, 9:50 AMGitHub
06/28/2023, 11:59 AMGitHub
06/28/2023, 12:55 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/1eabacbaf487c4b07eb9ffdd1364c7779debee2f|1eabacba>
- feat: add the export panel to the traces explorer (#2983)
SigNoz/signozGitHub
06/28/2023, 12:55 PMScreenshot 2023-02-22 at 9 07 39 PM▾
Screenshot 2023-02-22 at 9 07 50 PM▾
Screenshot 2023-02-22 at 9 08 05 PM▾
Add to dashboards
. When they click on the add to the dashboard, they can create a new dashboard or add this explorer result as a panel to the existing dashboards. They can add this to one or more dashboards.
The client is expected to save the query here with the API /api/v1/explorer/queries
with the POST request containing the payload of the composite query. The API will respond with the query ID, which will be saved to the dashboard, and the dashboard will be updated with new JSON containing the query ID. If a user decides to save it to multiple dashboards, each dashboard should have its own reference for the query, i.e. editing in one dashboard doesn't introduce the changes to the other dashboard. The client should create a separate query for each dashboard to make this happen. The implementation will be roughly like calling the save query and getting the query ID from the response and then update the dashboard JSON and repeat this step for all the user selected dashboards.
When user adds the explorer query result to dashboard it should just create a new panel to the existing dashboard and MUST not alter the existing widgets.
SigNoz/signozGitHub
06/28/2023, 12:55 PMGitHub
06/28/2023, 2:57 PMGitHub
06/28/2023, 5:54 PMGitHub
06/28/2023, 5:58 PMScreenshot 2023-02-22 at 8 27 48 PM▾
Screenshot 2023-02-22 at 8 27 54 PM▾
+Query
button will create an empty query with a new label following the prior label, i.e. if the previous query is B
, the label for the new query will be C
. Similarly, they can add formulas in the builder. The formula labelling starts with F1
and increases. There is a limit on the number of queries and formulas one can create on the frontend. Please see the limit is the current dashboards. The limitations about the number of queries and the formulas will apply here.
The formula is just an input text box where the user can write mathematical expressions.
A user can get delete one or many queries using the 'X' button available on the right side of the query. They can't get rid of the query if there is only one. There will only be one Run Query
button, which will be sticky with the last, i.e. the button will appear along the same x0axis as the last query, which helps the user quickly run the query.
SigNoz/signozGitHub
06/28/2023, 5:58 PMScreenshot 2023-02-22 at 8 55 59 PM▾
P99
of the span duration for the last 30 minutes.
• They may want to COUNT
the total number of spans in the last 30 minutes with particular criteria.
The response for this will a plotted in the time series chart. There will be an option to plot each query result in a different widget panel or everything in the same widget. When they are plotted with a separate widget for each query, there will be two widgets in the UI for a row. When they inspect the charts and move the mouse from one timestamp to another, there will be another line in each graph highlighting the value at that timestamp. There is only going to be one option in the header section of the widget, and that is View
, which will expand the widget and show the graph in an expanded modal.
SigNoz/signozGitHub
06/28/2023, 7:06 PMTypeError: Cannot destructure property 'data'
while loading the services matrics
Expected behavior
No error
How to reproduce
1. Navigate to services.
2. Click on any services.
3. See the error in the console.
Version information
• Signoz version: v0.21.0-11-g1e
• Browser version: Chrome / firefox
• Your OS and version: any
• *Your CPU Architecture*(ARM/Intel):
SigNoz/signozGitHub
06/28/2023, 7:24 PMGitHub
06/29/2023, 3:56 AMGitHub
06/29/2023, 5:20 AMGitHub
06/29/2023, 6:59 AMGitHub
06/29/2023, 7:00 AMGitHub
06/29/2023, 7:57 AM--skip-top-level-ops
to skip certain top-level operations for each service.
The sample config looks like the following.
services:
- name: redis
operations:
- GetDriver
We need service wise config because what might be incorrect top-level operation options could be a correct top-level operation in another service. These are discarded from the call GetTopLevelOperations
so that it reflects everywhere.
SigNoz/signoz
GitHub Actions: Codeball
✅ 7 other checks have passed
7/8 successful checksGitHub
06/29/2023, 8:41 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/64d4532a6b02c085da7ded67db26a86186629bc3|64d4532a>
- feat: sort logs in ascending order (#2895)
SigNoz/signozGitHub
06/29/2023, 8:41 AMGitHub
06/29/2023, 8:42 AMGitHub
06/29/2023, 8:52 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/3464b2a59c8a31b709ffea1e3f09be16efd9b6f9|3464b2a5>
- feat: added time series tab in logs explorer (#2982)
SigNoz/signozGitHub
06/29/2023, 8:52 AMScreenshot 2023-02-22 at 8 55 59 PM▾
P99
of the span duration for the last 30 minutes.
• They may want to COUNT
the total number of spans in the last 30 minutes with particular criteria.
The response for this will a plotted in the time series chart. There will be an option to plot each query result in a different widget panel or everything in the same widget. When they are plotted with a separate widget for each query, there will be two widgets in the UI for a row. When they inspect the charts and move the mouse from one timestamp to another, there will be another line in each graph highlighting the value at that timestamp. There is only going to be one option in the header section of the widget, and that is View
, which will expand the widget and show the graph in an expanded modal.
SigNoz/signozGitHub
06/29/2023, 8:53 AMGitHub
06/29/2023, 10:35 AMsignoz_reverse_proxy▾
/signoz-api/
.
Describe the solution you'd like
A hint on where I find the documentation or a hint on how to achieve this would be cool. Thank you in advance!
Describe alternatives you've considered
Cloning the repository and change it in the code rather than provide it as a docker environment variable or similar.
Thank you for your feature request – we love each and every one!
SigNoz/signozGitHub
06/29/2023, 11:30 AMGitHub
06/29/2023, 3:07 PMGitHub
06/29/2023, 3:49 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/0f998a48450cf6ab3f56ed3a5e207de636743554|0f998a48>
- feat: add custom orderBy (#2975)
SigNoz/signozGitHub
06/29/2023, 3:50 PMGitHub
06/29/2023, 4:01 PM