Srikanth Chekuri

Results 144 issues of Srikanth Chekuri

- In DB calls, the selected `dbSystem` should be filled in the filters - In External calls, the selected address should be filled with `externalHttpUrl`

application-metrics-page

### Summary Fixes https://github.com/SigNoz/signoz/issues/5273

bug

Return the data in a format that can be used for rendering different widget types without much further processing.

Sometimes tables can be large and without a search option, it's difficult to work with the data. We should support the search on the table. We can only support the...

dashboards
table-widget

## Bug description Creating invalid alerts can lead to error logs and crashes in the query service. Such alerts can be created when a formula is missing in the builder,...

- When a user types the `COUNT() > 5` and runs the query, the having is not sent in the request payload. At the same time it stays in the...

frontend
customer issues
query-builder

## Is your feature request related to a problem? ![Screenshot 2024-06-18 at 5 36 28 PM](https://github.com/SigNoz/signoz/assets/22846633/54377dc6-1a07-42bf-befc-738bbcf55300) The big numbers are hard to consume. We should format them using the same...

enhancement
frontend
dashboards

From https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#shutdown-2 >Shuts down the exporter. Called when SDK is shut down. This is an opportunity for exporter to do any cleanup required. > >Shutdown should be called only once...

exporters
triaged

Similar to stdlib logging library, adding a handler for `structlog` the popular alternative logging library can enable people to directly export with OTLP

sdk
help wanted
feature-request
logging

good first issue
help wanted
instrumentation