Srikanth Chekuri

Results 129 issues of Srikanth Chekuri

While working on tests for http sender I found that it doesn't respect the `retry-after` for too many requests response. I believe this is a bug.

I started working on writing tests as part of #99. I noticed that the retry header only works with delay [seconds](https://github.com/open-telemetry/opamp-go/blob/main/internal/retryafter.go#L26). The header value can either be seconds or datatime....

Updates the span name to follow messaging semantic conventions and adds message payload size attribute

Skip Changelog

## Bug description If operation contains the wildcard matching character used by promql such as * exists it fails to parse. This failed if the API endpoint was something like...

application-metrics-page

There are some table names defined as constants in reader.go and used for querying. https://github.com/SigNoz/signoz/blob/e39d2f799d14b495596dade12cf40b15e453b08f/pkg/query-service/app/clickhouseReader/reader.go#L52-L59 They should be moved to reader struct like many traces tables which exist already. https://github.com/SigNoz/signoz/blob/0620cacb0b244752c8463dd0bb97453cac65a3f7/pkg/query-service/app/clickhouseReader/options.go#L103-L117

query-service

There are certain kind of alerts almost every team and org sets up for monitoring their systems. While the new builder makes it easy to write query, there is still...

enhancement
alerts
onboarding

this is a non-standard attribute which originally used as an umbrella key for different system values. this is no longer set by instrumentation which adhere to semconv. this should be...

trace-filter-page
datastore
instrumentation
deprecation