-
Notifications
You must be signed in to change notification settings - Fork 121
feat: Add custom OTel configuration section #1261
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview will be available once build job completes!
|
Co-authored-by: Jon Torre <78599298+JTorreG@users.noreply.github.com> Co-authored-by: Donal Hurley <d.hurley@f5.com>
ADubhlaoich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM.
Some inconsistencies in style and a lot of Markdown issues that could have been picked up by our Linting tools.
I recommend setting up pre-commit as these will eventually be enforced by the CI/CD pipeline.
|
|
||
| {{% /tab %}} | ||
| {{< /tabs >}} | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excess empty line.
| {{% /tab %}} | ||
| {{< /tabs >}} | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excess empty line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excess empty lines
Co-authored-by: Alan Dooley <a.dooley@f5.com>
- Refined the overview section for improved readability and clarity. - Clearly identified default behavior (metrics sent to NGINX One Console). - Added links to relevant NGINX One documentation. - Improved Docker command formatting for readability and ease of use. - Expanded troubleshooting section to include example failure log entries. - Fixed minor formatting issues and typos (e.g., parenthesis, capitalization in section titles). - Added inline comments and additional details for configuration steps.
Proposed changes
Add section to OpenTelemetry Metrics on how to use a custom OpenTelemetry config with NGINX Agent.
A new feature will be added to the Agent where a user can bring there own OpenTelemetry config which will be merged with the Agents default config. This change documents how to use this feature and how to debug any issues the user might have with it.
This feature will be released in Agent 3.5 release
Checklist
Before sharing this pull request, I completed the following checklist:
Footnotes
Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content. ↩