-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integrationBehaviour): the integration accept a new parameter to… (
#63) * feat(integrationBehaviour): the integration accept a new parameter to change bahaviour
- Loading branch information
1 parent
5512dcb
commit 1b3f3fb
Showing
45 changed files
with
4,388 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
integrations: | ||
- name: nri-prometheus | ||
inventory_source: integration/com.newrelic.prometheus | ||
config: | ||
# The name of your cluster. It's important to match other New Relic products to relate the data. | ||
cluster_name: "my_exporter" | ||
|
||
#targets: | ||
# - description: Secure etcd example | ||
# urls: ["https://192.168.3.1:2379", "https://192.168.3.2:2379", "https://192.168.3.3:2379"] | ||
# tls_config: | ||
# ca_file_path: "/etc/etcd/etcd-client-ca.crt" | ||
# cert_file_path: "/etc/etcd/etcd-client.crt" | ||
# key_file_path: "/etc/etcd/etcd-client.key" | ||
|
||
# Wether the integration should run in verbose mode or not. Defaults to false. | ||
verbose: false | ||
|
||
# The HTTP client timeout when fetching data from endpoints. Defaults to 30s. | ||
# scrape_timeout: "30s" | ||
|
||
# Wether the integration should skip TLS verification or not. Defaults to false. | ||
insecure_skip_verify: false | ||
|
||
timeout: 10s | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.