Srikanth Chekuri

Results 144 issues of Srikanth Chekuri

Yeah I think going back to dev versions will be fine. At least until metrics/logs become a bit more stable. _Originally posted by @lzchen in https://github.com/open-telemetry/opentelemetry-python/pull/2583#discussion_r854397787_

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Much of `opentelemetry-sdk` code doesn't have type hints. It would be great to add mypy type hints and run the tests similar to `opentelemetry-api`.

style
priority:p2
triaged

The compatibility specification [status](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/opentracing.md#opentracing-compatibility) for the open tracing shim is now stable. Review and fix any missing details for the stable release of `opentracing-shim`

help wanted
feature-request

A breaking change introduced in markupsafe package broke lot of stuff around the web. This is suggestion from the pallets team https://github.com/pallets/markupsafe/issues/282#issuecomment-1043899655. We need to bump few packages to major...

bug
good first issue
help wanted

This is probably not a big issue. The current `setGlobalPropagator` and `getGlobalPropagator` only accept the `TextMapPropagator` type but it is possible that there can be other propagator types such as...

These two are default propagators and currently live `@opentelemetry/core`. It is not clear what is part of `core` since it also has sampling implementations. It would be clear if they...

The formula part (or even the named query) of query builder doesn't include the `tagFilters` in the request payload so it should be handled without throwing error. Fixes #1583

bug

If the request payload doesn't include the `tagFilters` for a query the error is thrown. Right now, this is required for formulas also but it doesn't make sense to enforce...

bug
query-service
backend

Fixes https://github.com/SigNoz/engineering-pod/issues/618 This adds support for plotting/calculating the percentile based on the histogram buckets data. This is enabled by adding custom executable function in the ClickHouse using UDF. The `histogramQuantile`...

request-more-info