Povilas Versockas

Results 33 issues of Povilas Versockas

**Description:** Adding support for discovering K8S DaemonSet attributes **Link to tracking Issue:** Ref #141 **Testing:** - unit tests **Documentation:** Updated go docs

# Required for all PRs - [ ] Updated associated README.md. - [ ] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary)...

fix

### Use Case I would like to use https://github.com/influxdata/telegraf/blob/master/internal/internal.go#L52-L55 to get the telegraf version and set it in the userAgent , but if I execute the call in package level...

feature request

Similiar to https://github.com/kubeshop/kusk-gateway/issues/24

kind/feature

This PR fixes validaiton + mocking using https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_proc_filter This requires newest Envoy version v1.23 https://www.envoyproxy.io/docs/envoy/v1.23.0/version_history/v1.23/v1.23.0 ![image](https://user-images.githubusercontent.com/22289110/184094429-154e753b-9ac2-4e09-b85c-00050ed67989.png) Currently still WIP, not ready for review. Importantly ext_proc is wip in Envoy: ```...

One idea might worth exploring is to implement-> https://github.com/isa-group/SLA4OAI-Specification The idea: In envoy we parse SLA4OAI extension and "implement" them in Envoy?

kind/feature

**Description:** Add Coralogix exporter **Link to tracking Issue:** https://github.com/aws-observability/aws-otel-test-framework/issues/769 **Testing:** Tested on local ``` cd terraform/mock; terraform init && terraform apply -var="testcase=../testcases/coralogix_exporter_trace_mock" -var-file="../testcases/coralogix_exporter_trace_mock/parameters.tfvars" ``` ``` cd terraform/mock; terraform init &&...

Document migration from node_exporter Most of it is describe in the issue: Ref: https://github.com/povilasv/systemd_exporter/issues/6

REF https://github.com/povilasv/systemd_exporter/issues/6 Example from node_exporter: ``` node_systemd_version 244 ```

help wanted
good first issue

REF: https://github.com/povilasv/systemd_exporter/issues/new Example from node exporter: ``` node_systemd_units{state="activating"} 1 node_systemd_units{state="active"} 221 node_systemd_units{state="deactivating"} 0 node_systemd_units{state="failed"} 0 node_systemd_units{state="inactive"} 67 ```

help wanted
good first issue