Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kanelatechnical
Copy link
Contributor

@vkalintiris hey, please check enhanced documentation + map.csv edit (currently initial otel page is empty, no reason for a clickdown)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances the OpenTelemetry plugin documentation by expanding configuration details, adding troubleshooting guidance, and restructuring the map.csv hierarchy. The changes provide comprehensive setup instructions for metrics and logs ingestion via OTLP/gRPC.

Key Changes:

  • Added detailed documentation for metrics and logs configuration, including rotation/retention policies
  • Included protocol support clarification (gRPC only) and SDK configuration examples
  • Simplified map.csv hierarchy by removing nested "OpenTelemetry" category

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/crates/jf/otel-plugin/README.md Comprehensive rewrite with new sections for protocol support, logs configuration, debugging, and SDK examples
docs/.map/map.csv Added Windows installation entry and flattened OpenTelemetry category structure

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

instrumentation_scope_version: v0\.112\..*
# Match metric name (regex pattern, required)
metric_name: system\.network\.connections
Copy link

Copilot AI Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The regex pattern escapes the dot in 'system.network' but the example on line 209 uses 'system\.network\.connections' without explaining why dots need escaping. Add a note explaining that dots must be escaped in regex patterns to match literal dots rather than any character.

Copilot uses AI. Check for mistakes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without explaining why dots need escaping

Because there is no explanation and no need.

Copy link
Contributor

@vkalintiris vkalintiris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation-wise LGTM. However, logs are not supported yet on nightlies. This will land in a 2-3 weeks.

@kanelatechnical
Copy link
Contributor Author

Documentation-wise LGTM. However, logs are not supported yet on nightlies. This will land in a 2-3 weeks.

how about we leave this unmerged until then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants