Skip to content

Commit

Permalink
NEWRELIC-4959: support scrape_timeout in ibmmq integration (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilioso authored Mar 1, 2023
1 parent 6b588e2 commit e2f9a8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/ibmmq/exporter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# name of the exporter, should match with the folder name
name: ibmmq
# version of the package created
version: 0.4.2
version: 0.4.3
# Relative path to the License path from the repository root
exporter_license_path: LICENSE
# URL to the git project hosting the exporter
Expand Down
3 changes: 3 additions & 0 deletions exporters/ibmmq/ibmmq-config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ integrations:

# Port to expose scrape endpoint on, If this is not provided a random port will be used to launch the exporter
exporter_port: 9157

# How long until a scrape request times-out (defaults to 5s)
# scrape_timeout: 5s

# transformations:
# - description: "General processing rules"
Expand Down

0 comments on commit e2f9a8d

Please sign in to comment.