This commit is contained in:
Inaki Fernandez
2021-09-09 18:22:40 +02:00
parent 268df3c9b1
commit 85999fdf9b
2 changed files with 21 additions and 8 deletions
+10 -4
View File
@@ -24,6 +24,7 @@
- [Quarkus vs Spring Boot](#quarkus-vs-spring-boot)
- [More Java Frameworks or Libraries](#more-java-frameworks-or-libraries)
- [Java Testing Frameworks](#java-testing-frameworks)
- [Videos](#videos)
- [Tweets](#tweets)
## Java
* [reddit.com/r/java](https://www.reddit.com/r/java)
@@ -178,10 +179,6 @@ High-level abstractions/tools to run SpringBoot application on kubernetes withou
- Secrets management with HashiCorps Vault
- Using Spring Cloud Vault
<center>
<iframe src="https://www.youtube.com/embed/1w1Jv9qssqg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
<center>
[![microservice arch](images/microservice_arch.png)](https://medium.com/javarevisited/10-free-spring-boot-tutorials-and-courses-for-java-developers-53dfe084587e)
</center>
@@ -240,6 +237,15 @@ High-level abstractions/tools to run SpringBoot application on kubernetes withou
- [jfrunit](https://github.com/moditect/jfrunit) A JUnit extension for asserting JDK Flight Recorder events
- [morling.dev: Introducing JfrUnit 1.0.0.Alpha1](https://www.morling.dev/blog/introducing-jfrunit-1-0-0-alpha1/)
## Videos
<details>
<summary>Click to expand!</summary>
<center>
<iframe src="https://www.youtube.com/embed/1w1Jv9qssqg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</details>
## Tweets
<details>
<summary>Click to expand!</summary>
+11 -4
View File
@@ -32,6 +32,7 @@
- [Deployment and Configuration](#deployment-and-configuration-1)
- [Validation of Artemis Broker Monitoring with JMeter](#validation-of-artemis-broker-monitoring-with-jmeter)
- [JMeter Example Test Plans](#jmeter-example-test-plans)
- [Videos](#videos)
## Introduction
* [**prometheus.io**](https://prometheus.io/)
@@ -227,10 +228,6 @@ Although it's exciting to see attempts to address the challenges of running Prom
* https://github.com/equinix-labs/otel-cli OpenTelemetry command-line tool for sending events from shell scripts & similar environments
* https://github.com/ansible-collections/community.general/pull/3091 Send distributed traces for the ansible runs with OpenTelemetry
<center>
<iframe src="https://www.youtube.com/embed/r8UvWSX3KA8" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
#### Telegraf Collector
* [Telegraf Collector](https://www.influxdata.com/time-series-platform/telegraf/)
* [Telegraf Prometheus Output Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client)
@@ -662,3 +659,13 @@ drwxrwxr-x 3 activemq activemq 19 Jan 10 16:22 ..
JMeter|Artemis Grafana|Artemis Dashboard
:-------:|:---------:|:-------:
![jmeter artemis](images/jmeter_artemis.png)|![artemis grafana](images/artemis_grafana.png)|![artemis dashboard monitoring](images/artemis_dashboard_mon.png)
## Videos
<details>
<summary>Click to expand!</summary>
<center>
<iframe src="https://www.youtube.com/embed/r8UvWSX3KA8" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</details>