Skip to content

Commit

Permalink
[Apache Tomcat]: Improve wording on milliseconds (#8701)
Browse files Browse the repository at this point in the history
* Fix wording on milliseconds

* Update changelog and manifest
  • Loading branch information
alaudazzi committed Dec 12, 2023
1 parent 65f0e61 commit 3a5470a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/apache_tomcat/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.1"
changes:
- description: Improve wording on milliseconds in apache_tomcat time field
type: enhancement
link: https://github.com/elastic/integrations/pull/8701
- version: "1.1.0"
changes:
- description: Improve apache_tomcat.access pipeline performance
Expand Down
Expand Up @@ -164,7 +164,7 @@
fields:
- name: ms
type: double
description: The number of milliseconds to sleep between runs of the idle connection validation/cleaner thread.
description: The total amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.
unit: ms
metric_type: gauge
- name: validate
Expand Down
2 changes: 1 addition & 1 deletion packages/apache_tomcat/docs/README.md
Expand Up @@ -838,7 +838,7 @@ An example event for `connection_pool` looks as following:
| apache_tomcat.connection_pool.connection.rollback_on_return | The pool can terminate the transaction by calling rollback on the connection. | boolean | | |
| apache_tomcat.connection_pool.connection.test_on_return | The indication of whether objects will be validated before being returned to the pool. | boolean | | |
| apache_tomcat.connection_pool.connection.test_while_idle | Introspected attribute testWhileIdle. | boolean | | |
| apache_tomcat.connection_pool.connection.time_betwen_eviction_run.time.ms | The number of milliseconds to sleep between runs of the idle connection validation/cleaner thread. | double | ms | gauge |
| apache_tomcat.connection_pool.connection.time_betwen_eviction_run.time.ms | The total amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread. | double | ms | gauge |
| apache_tomcat.connection_pool.connection.validate | Validate connections from this pool. | double | | gauge |
| apache_tomcat.connection_pool.lifo | Last In First Out connections. | boolean | | |
| apache_tomcat.connection_pool.max.total | Maximum total of connection pool. | double | | gauge |
Expand Down
2 changes: 1 addition & 1 deletion packages/apache_tomcat/manifest.yml
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: apache_tomcat
title: Apache Tomcat
version: "1.1.0"
version: "1.1.1"
description: Collect and parse logs and metrics from Apache Tomcat servers with Elastic Agent.
categories: ["web", "observability"]
type: integration
Expand Down

0 comments on commit 3a5470a

Please sign in to comment.