Khushi Jain

Results 18 issues of Khushi Jain

Part of https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5748

**What would you like to be added**: Can we have HTTPS supported for Grafana Image Renderer for secure communication by implementing the TLS module **Why is this needed**: A lot...

prio/low

Logging Bridge for Apple's SwiftLog https://github.com/open-telemetry/opentelemetry-swift/issues/517 Some Notes: Basic Structure - LogHandler implements - log Level - sets log level on the handler (Default is INFO) - Metadata - metadata...

Update index.md

Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5191 Pre-work https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5279 Results: ``` goos: linux goarch: amd64 pkg: go.opentelemetry.io/contrib/bridges/otelzap cpu: 12th Gen Intel(R) Core(TM) i5-1245U │ old_bench.txt │ new_bench.txt │ │ sec/op │ sec/op vs base...

Completes #5191 For more details on context injection - [Bridge API](https://github.com/open-telemetry/opentelemetry-specification/blob/976432b74c565e8a84af3570e9b82cb95e1d844c/specification/logs/bridge-api.md#explicit-context-injection) Prototype: https://docs.google.com/document/d/15vR7D1x2tKd7u3zaTF0yH1WaHkUr2T4hhr7OyiZgmBg/edit#heading=h.4xuru5ljcups

enhancement

Part of #5191 Some Notes: Basic Structure - Zapcore implements - `Check` - determines whether the supplied Entry should be logged - `Write` - `Enabled` - `Sync` - we don't...

bridge: zap

Updates the link to log-correlation feature

**Is your feature request related to a problem? Please describe.** According to this [document](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md#tls--mtls-configuration), if `insecure` is false, then `cert_pem` and `key_pem` are required paramaters. We should have a `Validate`...

## Proposed commit message ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in hard-to-understand areas...

needs_team