Srikanth Chekuri

Results 144 issues of Srikanth Chekuri

`boto` and `botocore` instrumentations fail with Fatal Python error: Aborted for pypy. Investigate and fix it if possible.

good first issue

Spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/messaging.md - [ ] #1638 - [ ] #1639 - [ ] #1640 - [ ] #1641 - [ ] #1642 - [ ] #1643 - [ ] #1644

good first issue
help wanted
instrumentation

Add example queries that trigger an alert for each alert with a description including the type, message, and stacktrace.

documentation

Having a simple custom span that demonstrates how to make the context propagation work in sample apps will help users write their own. This is simple in languages such as...

instrumentation
sample-app

The env won't be set/enabled otherwise. For example, if this is four lines command and non of env var will take effect ``` OTEL_RESOURCE_ATTRIBUTES=service.name=SampleFastAPI OTEL_EXPORTER_OTLP_ENDPOINT="https://ingest.in.signoz.cloud:443" OTEL_EXPORTER_OTLP_HEADERS="signoz-access-token=xxxxxxxxxxxxxxxxxx" OTEL_EXPORTER_OTLP_PROTOCOL=grpc opentelemetry-instrument uvicorn main:app...

documentation
small issue

Not every error is retryable. Some errors are permanent and retrying them makes no sense. The sync mode today retries all the errors forever and blocks everything else from getting...

some of the receivers emit the metrics with known fixed set of attributes such as k8sstats, hostmetrics etc. the kubernetes metrics could potentially be enabled with fixed schema tables but...

1. Remove the remote write restrictions and allow the default queue settings 2. Remove the namespace, external labels, http client settings 3. Allow to pass cluster name for shard watcher...

ClickHouse rejects certain kinds of inserts, especially for invalid data. For instance, a batch can be rejected for having timestamps that could create too many partitions. It would help to...