litmus-o11y / otel-demo

0 stars 0 forks source link

pr #5

Closed suhyenim closed 1 month ago

suhyenim commented 2 months ago

monitoring/README.md monitoring/tutorials/README.md monitoring/tutorials/otel-demo/README.md monitoring/tutorials/otel-demo/chaos-experiments-dashboard.json monitoring/tutorials/otel-demo/custom_otel_demo_values.yml

moggaa commented 2 months ago

sum by (span_name) (rate(calls_total{status_code="STATUS_CODE_ERROR",span_name="grpc.oteldemo.RecommendationService/ListRecommendations"}[5m]))

suhyenim commented 2 months ago

$ git commit -m "Refactor usability tests.

Co-authored-by: NAME NAME@EXAMPLE.COM Co-authored-by: ANOTHER-NAME ANOTHER-NAME@EXAMPLE.COM"

moggaa commented 2 months ago

git commit -m "Your commit message

Co-authored-by: Name1 email1@example.com Co-authored-by: Name2 email2@example.com Signed-off-by: Name1 email1@example.com Signed-off-by: Name2 email2@example.com"

suhyenim commented 2 months ago

Suhyen Im suhyenim.kor@gmail.com

moggaa commented 2 months ago

Jaeyeon Park donionbs7@gmail.com

suhyenim commented 2 months ago

git commit -m "feat: add otel-demo tutorial

Co-authored-by: Suhyen Im suhyenim.kor@gmail.com Co-authored-by: Jaeyeon Park donionbs7@gmail.com Signed-off-by: Suhyen Im suhyenim.kor@gmail.com Signed-off-by: Jaeyeon Park donionbs7@gmail.com"

git push origin otel-demo-tutorial

moggaa commented 2 months ago

git commit -m "feat: add otel-demo tutorial

Co-authored-by: Suhyen Im suhyenim.kor@gmail.com Co-authored-by: Jaeyeon Park donionbs7@gmail.com Signed-off-by: Suhyen Im suhyenim.kor@gmail.com Signed-off-by: Jaeyeon Park donionbs7@gmail.com

git push origin otel-demo-tutorial

moggaa commented 2 months ago

Proposed changes

This pull request adds a tutorial for installing the OpenTelemetry demo (otel-demo) and injecting chaos using Litmus. The tutorial provides step-by-step instructions for users to set up the otel-demo and apply chaos experiments to observe system behavior under stress. This addition aims to enhance the documentation and offer users a practical guide for integrating OpenTelemetry with Litmus Chaos for chaos engineering practices.

Types of changes

What types of changes does your code introduce to Litmus? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Dependency

This PR does not introduce any new dependencies.

Special notes for your reviewer:

This PR adds a tutorial under the documentation section to guide users through setting up the OpenTelemetry demo and applying chaos experiments using Litmus. Please review the steps and commands provided to ensure accuracy and clarity.