Add Collector reference docs and automation#9953
Conversation
v1v
left a comment
There was a problem hiding this comment.
Wonder if the scripts should be under a different folder? Otherwise, CODEOWNERS will be honoured and we probably don't need to be involved in the review. See https://github.com/elastic/elastic-agent/blob/main/.github/CODEOWNERS#L9
I see the folder docs/scripts, do you think it can be moved there?
…ent into add-collector-docs
|
@pchila Moved the script to |
pchila
left a comment
There was a problem hiding this comment.
Skipped over the docs/reference/edot-collector/* content as I am sure the docs team will have a firmer grasp about the content.
I will also defer to @v1v for any GH-related/CI-related consideration.
I just left a couple of comments about versions and build flags.
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
|
@theletterf
Since it doesn't make sense for the elastic-agent and engprod teams to review python scripts, jinja templates and markdowns for the edot docs as those seem to follow a completely separate lifecycle than the rest of the repo. |
…ent into add-collector-docs
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
|
Pinging @elastic/ingest-docs (Team:Docs) |
pchila
left a comment
There was a problem hiding this comment.
CI is not yet finished but I see that the docs build is green and the CODEOWNERS has been updated.
I don't expect this to cause any failures in unit tests as no go code has been touched, so LGTM
|
💚 Build Succeeded
cc @theletterf |
* upstream: (26 commits) fix: ensure EDOT subprocess shuts down gracefully on agent termination (#9886) [main][Automation] Update versions (#9976) Add Collector reference docs and automation (#9953) [beatreceivers] Integrate beatsauthextension (#9257) [main][Automation] Update versions (#9941) Update OTel components to v0.132.0/v1.38.0 (#9954) Enhancement/5235 wrap errors when marking upgrade (#9366) Mount Go build cache into crossbuild container (#9094) Liveness agent state (#9673) [main][Automation] Bump VM Image version to 1757725254 (#9942) Enhancement/5235 correctly wrap errors from copyActionDir and copyRunDirectory (#9349) [main][Automation] Update elastic/beats to afc53c0479ac (#9874) Add -coverpkg option when running unit test to calculate coverage across packages (#9913) Cache binaries downloaded for packaging locally (#9133) [main][Automation] Update versions (#9897) Disable flaky test TestBeatsReceiverLogs (#9891) Allow overriding AGENT_PACKAGE_VERSION and MANIFEST_URL when USE_PACKAGE_VERSION=true (#9864) add ingest-docs team as CODEOWNERS for release notes and docset.yml (#9865) fix: correct spelling of 'output' in various templates and monitoring code (#9827) k8s: Add comment around hostUsers for Universal Profiling deployments (#9847) ...
* Add EDOT Collector reference docs * Remove artifacts * Add automation script and updates * Add crosslink to troubleshooting * Move script * Update script * Update docs/reference/edot-collector/toc.yml Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> * Update docs/reference/edot-collector/config/proxy.md Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> * Update docs/reference/edot-collector/config/default-config-standalone.md Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> * Update docs/reference/edot-collector/config/default-config-k8s.md Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> * Update docs/reference/edot-collector/components/elasticsearchexporter.md Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> * Update docs/reference/edot-collector/components.md Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> * Modify link * Add items to CODEOWNERS * Remove faulty link and add .gitignore entries * Update .github/workflows/update-docs.yml Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> * Add dependabot block and update action --------- Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>





This PR contributes to https://github.com/elastic/opentelemetry-dev/issues/1044, adding reference documentation for the EDOT Collector and automation scripts created by @AlexanderWert for
opentelemetrythat update the components and OCB documentation.We're assuming here that the EDOT Collector documentation will be served from the
mainbranch, following cumulative docs best practices.