You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,4 +80,4 @@ We believe that a strong community is key to the success of the Ddosify. You can
80
80
- Participating in discussions on GitHub [issues](https://github.com/ddosify/ddosify/issues) and [pull requests](https://github.com/ddosify/ddosify/pulls), providing feedback, suggestions, or sharing your experiences with the tool.
81
81
- Promoting the Ddosify by writing blog posts, creating video tutorials, or sharing the project on social media.
82
82
83
-
You can join our [Discord Server](https://discord.gg/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. We're happy to help you out!
83
+
You can join our [Discord Server](https://discord.com/invite/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. We're happy to help you out!
<imgsrc="assets/anteon_service_map.png"alt="Anteon Kubernetes Monitoring Service Map" />
16
+
<imgsrc="https://raw.githubusercontent.com/getanteon/anteon/master/assets/anteon_service_map.png"alt="Anteon Kubernetes Monitoring Service Map" />
17
17
<i>Anteon automatically generates Service Map of your K8s cluster without code instrumentation or sidecars. So you can easily find the bottlenecks in your system. Red lines indicate the high latency between services.</i>
@@ -39,7 +39,7 @@ Anteon (formerly Ddosify) is an [open-source](https://github.com/getanteon/anteo
39
39
-**Distributed Tracing:** Anteon automatically collects traces from your Kubernetes cluster and generates context propagation without changing a single line of code.
@@ -122,33 +122,33 @@ Check out [Anteon Cloud](https://app.getanteon.com/) to find the performance iss
122
122
#### ✅ Service Map
123
123
Easily get insights about what is going on in your cluster. You do not have to change your code or add sidecars anymore. <ahref="https://getanteon.com/docs/kubernetes-monitoring/service-map/"target="_blank">More →</a>
124
124
<palign="left">
125
-
<imgsrc="assets/anteon_service_map_detail.png"alt="Anteon - Service Map Feature" />
125
+
<imgsrc="https://raw.githubusercontent.com/getanteon/anteon/master/assets/anteon_service_map_detail.png"alt="Anteon - Service Map Feature" />
126
126
</p>
127
127
128
128
#### ✅ Detailed Insights
129
129
Inspect incoming, outgoing traffic, SQL queries, golden signals, HTTP 5xx status codes, Top Latencies and RPS, and more. <ahref="https://getanteon.com/docs/kubernetes-monitoring/service-map/"target="_blank">More →</a>
The Metric Dashboard provides a straightforward way to observe Node Metrics. Anteon observes CPU, Memory, Disk, and Network usage of your nodes. You can also create alerts on these metrics. <ahref="https://getanteon.com/docs/kubernetes-monitoring/metrics/"target="_blank">More →</a>
Start a load test and monitor your system all within the same UI. You do not need to correlate the load test results with the monitoring data and switch between different tools.
143
143
144
144
You will see the outgoing requests, response times and status codes on the load test **Summary** tab.
You will see the incoming requests to your K8s cluster, service-to-service traffic, RPS, latencies, SQL queries, and more on the **Monitoring** tab. So you can easily correlate the load test results with the monitoring data without switching between different tools.
@@ -769,7 +763,7 @@ Ddosify enables you to capture variables from steps using **json_path**, **xpath
769
763
> **:warning: Points to keep in mind**
770
764
> - You must specify **'header_key'** when capturing from header.
771
765
> - For json_path syntax, please take a look at [gjson syntax](https://github.com/tidwall/gjson/blob/master/SYNTAX.md) doc.
772
-
> - Regular expression are expected in **'Golang'** style regex. For converting your existing regular expressions, you can use [regex101](https://regex101.com/).
766
+
> - Regular expression are expected in **'Golang'** style regex. For converting your existing regular expressions, you can use [regex101](https://regex101.com).
773
767
> - You can extract values from **headers**, **body**, and **cookies**.
774
768
775
769
You can use **debug** parameter to validate your config.
0 commit comments