Conversation
Contributor
|
💻 Deploy preview deleted (Add missing information to the prometheus.exporter.oracledb component documentation). |
clayton-cornell
commented
Dec 3, 2025
docs/sources/reference/components/prometheus/prometheus.exporter.oracledb.md
Outdated
Show resolved
Hide resolved
dehaansa
requested changes
Dec 4, 2025
| Only the basic version is required for the exporter. | ||
|
|
||
| {{< admonition type="note" >}} | ||
| The {{< param "PRODUCT_NAME" >}} Docker image includes the Oracle Instant Client, so this prerequisite only applies to standalone binary installations. |
Contributor
Author
There was a problem hiding this comment.
Would something like this be more accurate:
When you run the standalone binary, you must install the [Oracle Instant Client Basic](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html) for your operating system.
Only the basic version is required for the exporter.
{{< admonition type="note" >}}
You must also provide Oracle Instant Client Basic when you run {{< param "PRODUCT_NAME" >}} in Docker or Kubernetes.
The `prometheus.exporter.oracledb` component relies on Oracle Instant Client libraries that are available in the container image or host environment.
{{< /admonition >}}
Contributor
Author
There was a problem hiding this comment.
Added this change
clayton-cornell
commented
Dec 4, 2025
docs/sources/reference/components/prometheus/prometheus.exporter.oracledb.md
Outdated
Show resolved
Hide resolved
dehaansa
approved these changes
Dec 8, 2025
grafana-alloybot bot
pushed a commit
that referenced
this pull request
Dec 8, 2025
… documentation (#4910) * Add missing prereq adn env var info * Fix vars * Fix table descriptions * Apply suggestion from @clayton-cornell * Apply suggestion from @clayton-cornell (cherry picked from commit 74511a7)
grafana-alloybot bot
pushed a commit
that referenced
this pull request
Dec 8, 2025
… documentation (#4910) * Add missing prereq adn env var info * Fix vars * Fix table descriptions * Apply suggestion from @clayton-cornell * Apply suggestion from @clayton-cornell (cherry picked from commit 74511a7)
dehaansa
pushed a commit
that referenced
this pull request
Dec 8, 2025
… documentation (#4910) (#5033) * Add missing prereq adn env var info * Fix vars * Fix table descriptions * Apply suggestion from @clayton-cornell * Apply suggestion from @clayton-cornell (cherry picked from commit 74511a7) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
dehaansa
pushed a commit
that referenced
this pull request
Dec 8, 2025
… documentation (#4910) (#5032) * Add missing prereq adn env var info * Fix vars * Fix table descriptions * Apply suggestion from @clayton-cornell * Apply suggestion from @clayton-cornell (cherry picked from commit 74511a7) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
dehaansa
pushed a commit
to madhub/alloy
that referenced
this pull request
Dec 10, 2025
… documentation (grafana#4910) * Add missing prereq adn env var info * Fix vars * Fix table descriptions * Apply suggestion from @clayton-cornell * Apply suggestion from @clayton-cornell
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Add missing prerequisite and env var information to the
prometheus.exporter.oracledbcomponent documentation.Which issue(s) this PR fixes
Fixes #3891