Skip to content
New issue

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

Add oracledb_exporter #1047

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ cadvisor \
squid_exporter \
dellhw_exporter \
exim_exporter \
systemd_exporter
systemd_exporter \
oracledb_exporter

.PHONY: $(MANUAL) $(AUTO_GENERATED)

Expand Down
22 changes: 22 additions & 0 deletions templating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -944,3 +944,25 @@ packages:
summary: Prometheus exporter for systemd units, written in Go.
description: |
Systemd unit monitoring and resource usage
oracledb_exporter:
build_steps:
<<: *default_build_steps
context:
<<: *default_context
static:
<<: *default_static_context
version: 1.5.3
license: MIT
URL: https://github.com/oracle/oracle-db-appdev-monitoring
summary: Unified Observability for Oracle Database.
service_opts:
- --default.metrics=/etc/prometheus/oracledb_exporter_default-metrics.toml --log.disable=1
additional_sources:
- path: https://raw.githubusercontent.com/oracle/oracle-db-appdev-monitoring/%{version}/default-metrics.toml
dest: '%{_sysconfdir}/prometheus/%{name}_default-metrics.toml'
from_tarball: false
description: |
Unified Observability for Oracle Database
dynamic:
<<: *default_dynamic_context
tarball: '{{URL}}/releases/download/%{version}/{{package}}.tar.gz'