Skip to content

Commit 68cb937

Browse files
committed
docs: add indicators
1 parent 34bfc77 commit 68cb937

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ in your own projects.
1414
## How to use?
1515

1616
Install the Source++ plugin via the JetBrains Marketplace by searching for: `Source++`.
17-
Alternatively, you can download the Source++ plugin directly from [here](https://plugins.jetbrains.com/plugin/12033-source-).
17+
Alternatively, you can download the Source++ plugin directly
18+
from [here](https://plugins.jetbrains.com/plugin/12033-source-).
1819

1920
Once the plugin is installed, check out the demos below. Each demo contains instructions explaining how to use it.
2021

21-
> Note: You do not need to run this code to play with the demos. This application is hosted on our publicly accessible servers.
22+
> Note: You do not need to run this code to play with the demos. This application is hosted on our publicly accessible
23+
> servers.
2224
2325
## Demo: Live Commands
2426

@@ -50,6 +52,21 @@ most logging frameworks, including Log4j, Logback, and SLF4J.
5052
This demonstration shows how failing endpoints can be detected and displayed in the IDE. The **Failing Endpoint**
5153
indicator is useful for identifying endpoints that are actively failing and require attention.
5254

55+
#### [High Load Endpoint](./src/main/java/spp/demo/indicator/HighLoadEndpoint.java)
56+
57+
This demonstration shows how high load endpoints can be detected and displayed in the IDE. The **High Load Endpoint**
58+
indicator is useful for identifying endpoints that are experiencing high load and may require scaling.
59+
60+
#### [Slow Endpoint](./src/main/java/spp/demo/indicator/SlowEndpoint.java)
61+
62+
This demonstration shows how slow endpoints can be detected and displayed in the IDE. The **Slow Endpoint** indicator
63+
is useful for identifying endpoints that are experiencing slow response times and may require optimization.
64+
65+
#### [Unused Endpoint](./src/main/java/spp/demo/indicator/UnusedEndpoint.java)
66+
67+
This demonstration shows how unused endpoints can be detected and displayed in the IDE. The **Unused Endpoint**
68+
indicator is useful for identifying endpoints that are not being used and may be able to be removed.
69+
5370
## Bugs & Features
5471

5572
Bug reports and feature requests can be created [here](https://github.com/sourceplusplus/sourceplusplus/issues).

0 commit comments

Comments
 (0)