We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Going through the readme, i could not find the scrape interval for the exporter. What is the default scrape interval of the exporter to the database.
Also, if there is a default interval can this be overridden?. I have some custom metrics and i want them to be scrapped only once in a day.
Thanks Eswar
The text was updated successfully, but these errors were encountered:
HI!
This example from the README shows that you can set scrape_interval, or have you solved your issue?
scrape_interval
scrape_configs: - job_name: 'oracle-short' metrics_path: /metrics static_configs: - targets: - oracle.host.com:9161 relabel_configs: - source_labels: ['__address__'] target_label: instance regex: '(.*):\d+' replacement: "${1}" - job_name: 'oracle-tab' scrape_interval: 6h scrape_timeout: 120s metrics_path: /metrics params: tablerows: [true] lobbytes: [true] recovery: [true] static_configs: - targets: - oracle.host.com:9161 relabel_configs: - source_labels: ['__address__'] target_label: instance regex: '(.*):\d+' replacement: "${1}" - job_name: 'oracle-ind' scrape_interval: 6h scrape_timeout: 120s metrics_path: /metrics params: tablebytes: [true] indexbytes: [true] recovery: [true] static_configs: - targets: - oracle.host.com:9161 relabel_configs: - source_labels: ['__address__'] target_label: instance regex: '(.*):\d+' replacement: "${1}"
Sorry, something went wrong.
No branches or pull requests
Hi,
Going through the readme, i could not find the scrape interval for the exporter. What is the default scrape interval of the exporter to the database.
Also, if there is a default interval can this be overridden?. I have some custom metrics and i want them to be scrapped only once in a day.
Thanks
Eswar
The text was updated successfully, but these errors were encountered: