Vamsi Kalapala

Results 26 issues of Vamsi Kalapala

**Reason for Change**: **Issue Fixed**: **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) - [ ] includes documentation - [ ] adds unit tests **Notes**:

**Reason for Change**: If one of the job fails, then the other jobs are getting cancelled. `fail-fast: false` will let other jobs in an action run until completion. **Issue Fixed**:...

**Reason for Change**: Right now, GetEndpointsForNetwork gives all endpoint including remote endpoints which are not required. This is causing duplicate endpoints for the same IP. This change will only take...

npm

Without this check, NPM will never crash and will keep waiting for connection to Server. Which may never happen.

This change will introduce a new hubble label which can be applied on namespace or pod. Hubble while generating context labels for a given metrics, will check for the given...

dont-merge/needs-release-note-label
kind/community-contribution

**Describe the bug** `networkobservability_windows_hns_stats` is a copy of `networkobservability_forward_count`: https://github.com/microsoft/retina/blob/078d15b3612dc2abacd77b01dc9e6413dd3dbb2a/pkg/plugin/windows/hnsstats/hnsstats_windows.go#L145 ``` # HELP networkobservability_forward_count Total forwarded packets # TYPE networkobservability_forward_count gauge networkobservability_forward_count{direction="egress"} 176730 networkobservability_forward_count{direction="ingress"} 520660 # HELP networkobservability_windows_hns_stats Include many...

type/bug
good first issue
help wanted
area/metrics
area/windows

**Describe the bug** A clear and concise description of what the bug is. On this large-scale cluster, all latencies are in the +inf category. Discussed increasing max bucket so that...

type/bug
good first issue
help wanted
area/metrics

**Is your feature request related to a problem? Please describe.** Recently, we saw an issue where inside a particular node, packets were dropped on a particular CPU. However, kubectl top...

type/enhancement
area/plugins
area/ebpf

**Is your feature request related to a problem? Please describe.** We currently track DNS request/response. Add support to measure DNS drops as well. Maybe: create new plugin that attaches itself...

type/enhancement
help wanted
area/metrics
area/plugins

Fix the type for Drop. Ref: https://github.com/microsoft/retina/blob/078d15b3612dc2abacd77b01dc9e6413dd3dbb2a/pkg/utils/flow_utils.go#L106 Also, fix the dropreason number - https://github.com/cilium/cilium/blob/d13b89dc5d91b674272ded11104372e16fe937aa/api/v1/flow/flow.pb.go#L430

type/bug