Kasia Kujawa

Results 19 comments of Kasia Kujawa

It is related to this change https://github.com/SumoLogic/sumologic-otel-collector/pull/1443 but we need to synchronise `collector_windows.go` with upstream version

You can find supported exporters [here](https://github.com/SumoLogic/sumologic-otel-collector#components), please see also our [documentation](https://github.com/SumoLogic/sumologic-otel-collector/tree/main/docs).

Thank you for valuable suggestions! 🙇 We'll improve documentation.

Related to this issue: There is silent assumption that metric must have specific attributes to [extract Pod ID](https://github.com/SumoLogic/sumologic-otel-collector/blob/83406585be84acccc8d9122b37fce1b37d9dd35c/pkg/processor/k8sprocessor/processor.go#L105), for example: when: ``` pod_association: - from: build_hostname ``` metrics must come...

This issue is also visible in our integration tests: ``` Run make test TEST_NAME=Test_Helm_OpenTelemetry_Operator_Enabled KIND_NODE_IMAGE=kindest/node:v1.22.9@sha256:8135260b959dfe320206eb36b3aeda9cffcb262f4b44cda6b33f7bb73f453105 KIND_NODE_IMAGE=kindest/node:v1.22.9@sha256:8135260b959dfe320206eb36b3aeda9cffcb262f[4](https://github.com/SumoLogic/sumologic-kubernetes-collection/actions/runs/3280985128/jobs/5402439487#step:6:5)b44cda6b33f7bb73f4[5](https://github.com/SumoLogic/sumologic-kubernetes-collection/actions/runs/3280985128/jobs/5402439487#step:6:6)3105 \ go test -timeout 20m -v -count 1 -run=Test_Helm_OpenTelemetry_Operator_Enabled . -args 2022/10/19 11:02:20 Successfully...

As mentioned [here](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor) sumologic supports for `connection_type` following options: `Email`, `Webhook`, `PagerDuty`,through `Webhook` supports several integrations (details [here](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/connection)): `AWSLambda`, `Azure`, `Datadog`, `HipChat`, `Jira`, `PagerDuty`, `Slack`, `Webhook`, `NewRelic`, `MicrosoftTeams`, `ServiceNow`, and...

We'll improve documentation but in the meantime I hope that [this](https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/README.md#solution-overview) doc will help.

Thank you for reporting the issue. We plan to change method of providing credentials.

@ballensans In [this](https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2466) pull request we introduced the change to store sumo credential in secret. Does it help you?