Skip to content

Commit

Permalink
Update spring-3_2_2.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasnet authored Feb 21, 2024
1 parent 6ea3f38 commit 534398a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/stores/spring-3_2_2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,13 +573,13 @@ const data: Dependency[] = [
artifactId: 'micrometer-registry-graphite'
},
{
name: 'Elastic APM',
id: 'elastic-apm',
name: 'Elastic APM Agent',
id: 'elastic-apm-agent',
description:
'Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real-time, by collecting detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more. This makes it easy to pinpoint and fix performance problems quickly.',
'Elastic APM Agent is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real-time, by collecting detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more. This makes it easy to pinpoint and fix performance problems quickly.',
groupId: 'co.elastic.apm',
artifactId: 'apm-agent-api',
version: '1.44.0'
artifactId: 'apm-agent-attach',
version: '1.47.1'
},
{
name: 'Distributed Tracing',
Expand Down

0 comments on commit 534398a

Please sign in to comment.