Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Grafana and Loki to demo #1882

Merged
merged 7 commits into from
Jan 4, 2023
Merged

Conversation

pellared
Copy link
Member

@pellared pellared commented Jan 2, 2023

Why

Fixes #1388

Doing the best to address #1708 (comment)

What

  1. Add Grafana and Loki for better UX
  2. The client makes a call in a loop and the automated test is polling instead of one single hardcoded sleep

Tests

CI and local

image

@pellared pellared marked this pull request as ready for review January 2, 2023 18:07
@pellared pellared requested a review from a team January 2, 2023 18:07
@pellared pellared requested a review from Kielek January 3, 2023 07:23
@pellared
Copy link
Member Author

pellared commented Jan 3, 2023

@open-telemetry/dotnet-instrumentation-maintainers PTAL

return 0;
while (true)
{
Thread.Sleep(5000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not await Task.Delay?

@pjanotti pjanotti enabled auto-merge (squash) January 4, 2023 02:37
@pjanotti pjanotti merged commit be4adec into open-telemetry:main Jan 4, 2023
@pellared pellared deleted the examples-part-3 branch January 23, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recreate /examples
4 participants