You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to test the Helm chart's functionality end-to-end:
Install the chart on a test Kubernetes cluster.
Run a test mock backend (can possibly reuse mock backends from Collector testbed).
Configure the chart to send collected traces, metrics and logs to the mock backend.
Run some test workload on the cluster. The workload should generate telemetry: application traces, metrics and logs and cluster metrics and logs.
Let mock backend to receiver generated telemetry and compare against expected data. It would be best that expected data is defined in a set of golden files.
Make sure end-to-end test is run on Github action as part of every PR and main branch build.
The text was updated successfully, but these errors were encountered:
Looks like we are already using https://github.com/helm/chart-testing-action which supposedly is what we need to install the chart, so probably step 1 above is already covered.
…emetry#40)
* kubelstatsreceiver change insecure_skip_verify to true
* Update charts/opentelemetry-collector/CHANGELOG.md
Co-authored-by: Matej Gera <[email protected]>
---------
Co-authored-by: Matej Gera <[email protected]>
We need to test the Helm chart's functionality end-to-end:
Make sure end-to-end test is run on Github action as part of every PR and
main
branch build.The text was updated successfully, but these errors were encountered: