Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
192 changes: 134 additions & 58 deletions .github/e2e-tests.yml

Large diffs are not rendered by default.

77 changes: 0 additions & 77 deletions .github/integration-in-memory-tests.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Adding traces requires identifying an observability gap in a related group of co
- "What's the behavior of the JobProcessorOne component when jobs with [x, y, z] attributes are processed?"
- "Is this critical path workflow behaving the way we expect?"

The developer will measure a flow of execution from end to end in one trace. Each logically separate measure of this flow is called a span. Spans have either one or no parent span and multiple children span. The relationship between parent and child spans in agreggate will form a directed acyclic graph. The trace begins at the root of this graph.
The developer will measure a flow of execution from end to end in one trace. Each logically separate measure of this flow is called a span. Spans have either one or no parent span and multiple children span. The relationship between parent and child spans in aggregate will form a directed acyclic graph. The trace begins at the root of this graph.

The most trivial application of a span is measuring top level performance in one critical path. There is much more you can do, including creating human readable and timestamped events within a span (useful for monitoring concurrent access to resources), recording errors, linking parent and children spans through large parts of an application, and even extending a span beyond a single process.

Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/automation-load-tests.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/automation-nightly-tests.yml

This file was deleted.

200 changes: 0 additions & 200 deletions .github/workflows/automation-ondemand-tests.yml

This file was deleted.

Loading
Loading