[docs] update contributing guide for current tooling and OTel mappings#2593
Open
kgeller wants to merge 1 commit intoelastic:mainfrom
Open
[docs] update contributing guide for current tooling and OTel mappings#2593kgeller wants to merge 1 commit intoelastic:mainfrom
kgeller wants to merge 1 commit intoelastic:mainfrom
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
|
Documentation changes preview: https://docs-v3-preview.elastic.dev/elastic/ecs/pull/2593/reference/ |
| ```YAML | ||
| otel: | ||
| - relation: equivalent | ||
| attribute: url.full |
There was a problem hiding this comment.
The equivalent example uses attribute: url.full, but url.full in schemas/url.yml is mapped with relation: match — not equivalent. Using a field that is actually match to illustrate equivalent will mislead contributors. Please substitute a field that genuinely has relation: equivalent (e.g. service.environment → deployment.environment.name, or error.message → exception.message) so the example is accurate.
qcorporation
approved these changes
Mar 27, 2026
qcorporation
left a comment
There was a problem hiding this comment.
Besides the example nitpick: it looks good
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Updates
CONTRIBUTING.mdand supporting docs to reflect the current state of the repo. Most advanced developer docs were already up-to-date inUSAGE.mdandscripts/docs/; these changes fix the gaps.scripts/docs/markdown-generator.mdotel:block and relation types, linked toscripts/docs/otel-integration.mdUSAGE.mdandscripts/docs/schemas/README.md: document theotelfield keydocs/reference/ecs-contributing.md: fixmaster→mainlink