Maksim Nabokikh

Results 88 issues of Maksim Nabokikh

Signed-off-by: m.nabokikh Closes https://github.com/open-telemetry/opentelemetry-go-contrib/issues/711 This PR adds a counter for the total amount of requests with the http_status_code label. It will help us to be aware of the ratio of...

Hello! I have a minor request for improvement for one of the instrumentation packages. My use-case: There is a service, and I want to know the percentage of failed requests...

#### Overview Reuse watch and cache for informers #### What this PR does / why we need it The most resources shell-operator consume to encode and decode watch events. ####...

**Describe the bug** We deploy Grafana as a stateless service on top of Kubernetes clusters. Users can customize enabled plugins using Grafana `GF_INSTALL_PLUGINS` environment variable. The problem we faced is...

type: question

**Why do we need it?** We use Kubernetes service account tokens to fetch metrics protected by kube-rbac-proxy. With PodMonitor, it is possible to specify a secret with a token for...

kind/feature
stale

Signed-off-by: m.nabokikh #### Overview Validate kubernets object names on the Dex side #### What this PR does / why we need it For some endpoints, we directly get data out...

release-note/enhancement

#### Is your feature request related to a problem? The main problem that the Dex repo contains a lot of different connectors with various features, purposes, original authors, tests coverage,...

kind/enhancement
area/connector

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...

area/connector
area/storage

#### Is your feature request related to a problem? [Semantic import versioning](https://github.com/golang/go/wiki/Modules#semantic-import-versioning) is the set of rules on how to do package versioning. #### Describe the solution you'd like to...

area/distribution

**Problem overview** ConfigMap has its limits. * It is not convenient to write settings for many modules: * Users need to always remember about the `|` * Suffix `Enabled` is...