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
By default, Tomcat in Spring Boot has a thread pool consisting of a maximum of 200 threads.
It means that If your web application simultaneously receives more than 200 HTTP requests,
then some of them will be put in a queue waiting for available threads.
APRIRE ZIPKIN dovrebbe essere presente il trace della richiesta
curl -XGET 'localhost:9200/_cat/indices?v&pretty'
su elastick search dovrebbe esserci l'indice zipkin
ES indice : yellow open zipkin:span-2023-12-07 r-_GAXmuQLyvKsWu6knI-Q 5 1 34988 0 16.9mb 16.9mb
su kibana creare un index pattern zipkin* come campo timestamp , usare ‘timestamp_millis’
dopo aver creato index pattern su kibana, aprire Discover tab e dovrebbero esserci le informazioni collezionate da Zipkin.
creare le metriche
Average service duration
Using an average aggregation of the ‘duration’ field, you can create some metric visualizations that give you the average time for your services. Use a query to build the visualization # on a specific service