Skip to content

Commit

Permalink
add snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT committed Oct 17, 2024
1 parent 1fb4ed8 commit 64f75ec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Dynatrace Observability Lab: Apache JMeter Observability

--8<-- "snippets/disclaimer.md"
--8<-- "snippets/view-code.md"

This demo will run an [Apache JMeter](https://jmeter.apache.org){target=_blank} script and send a [Dynatrace SDLC event](https://docs.dynatrace.com/docs/platform/openpipeline/reference/openpipeline-ingest-api/sdlc-events/events-sdlc-builtin){target=_blank} when the load test is finished.

The HTTP requests in the JMX file are also instrumented with the recommended `x-dynatrace-test` headers.
Expand Down
4 changes: 4 additions & 0 deletions docs/snippets/disclaimer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!!! warning "Support Policy"
This is a demo project created by the Developer Relations team at Dynatrace, showcasing integrations with open source technologies.

**Support is provided via [GitHub issues](https://github.com/dynatrace/obslab-jmeter){target=_blank} only**. The materials provided in this repository are offered "as-is" without any warranties, express or implied. Use them at your own risk.
2 changes: 2 additions & 0 deletions docs/snippets/view-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!!! tip "View the Code"
The code for this repository is hosted on GitHub. Click the "View Code on GitHub" link above.
7 changes: 6 additions & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: "Dynatrace Observability Lab: Apache JMeter Observability"
repo_name: "GitHub"
repo_name: "View Code on GitHub"
repo_url: "https://github.com/dynatrace/obslab-jmeter"
nav:
- '1. About': index.md
Expand Down Expand Up @@ -41,6 +41,11 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
base_path: ["docs"]

plugins:
- search
Expand Down

0 comments on commit 64f75ec

Please sign in to comment.