Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Build instructions and how to retrive Oracle RPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannig committed May 16, 2020
1 parent 5f441f6 commit 739df76
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,31 @@ ENTRYPOINT ["/oracledb_exporter", "-custom.metrics", "/custom-metrics.toml"]

An example Grafana dashboard is available [here](https://grafana.com/dashboards/3333).

# Build

## Docker build

To build Ubuntu and Alpine image, run the following command:

make docker

You can also build only Ubuntu image:

make ubuntu-image

Or Alpine:

make alpine-image

## Binaries

Retrieve Oracle RPMs (version 18.5):

make download-rpms

Then run build:

make linux

# Troubleshooting

Expand Down

0 comments on commit 739df76

Please sign in to comment.