-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add the OTel quickstart #4615
base: main
Are you sure you want to change the base?
Add the OTel quickstart #4615
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
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.
The configuration of OTel collectors in the values.yaml file will be updated in 8.18. The doc should reflect the latest configuration. Please verify the latest configuration with @rogercoll. Thanks
docs/en/observability/quickstarts/monitor-hosts-with-otel.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/observability/quickstarts/monitor-hosts-with-otel.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/observability/quickstarts/monitor-hosts-with-otel.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/observability/quickstarts/monitor-hosts-with-otel.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/observability/quickstarts/monitor-hosts-with-otel.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/observability/quickstarts/monitor-hosts-with-otel.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/observability/quickstarts/monitor-hosts-with-otel.asciidoc
Outdated
Show resolved
Hide resolved
Hi @akhileshpok, isn't the values file only related to the K8s quickstart? |
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.
LGTM!
I like the Get value out of your data
section. It might be interesting to add something similar to the k8s-otel related quickstart guide.
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.
Hi,
Looks good to me. Minor comment below.
Line 36 - "Copy the command under Step 2 and <missing 'run'> it in your terminal to start the EDOT Collector."
Thanks
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.
General comment for these docs is that we should add more insights that could be useful but is stuff that we don't have in the UI. eg. what does a command do, common issues, where to find config and where to edit it with examples etc..
[role="screenshot"] | ||
image::images/quickstart-monitor-hosts-otel-entry-point.png[Host monitoring entry point] | ||
. Select the appropriate platform. | ||
. Copy the command, open a terminal on your host, and run the command to download and configure the OpenTelemetry collector. |
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.
I think we should be a little bit more detailed on what the commands do, otherwise our documentation become a narration of what a user can already see in the UI.
I'd expect these docs to explain things that are useful but that don't belong in the UI.
. Copy the command under Step 2 and it in your terminal to start the EDOT Collector. | ||
|
||
Logs are collected from setup onward, so you won't see logs that occurred before starting the EDOT Collector. | ||
The default log path is `/var/log/*`. To update the path, modify `otel.yml`. |
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.
We should add more detail on how to find to the otel.yml
Under **Visualize your data**, you'll see links to **Logs Explorer** to view your logs and **Hosts** to view your host metrics. | ||
|
||
[discrete] | ||
== Get value out of your data |
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.
Lets make this title more specific to things user want to do described in this paragraph. eg. Monitor Key metrics and explore logs.
Description
This PR adds docs for the OTel quickstart to the o11y docs.
Documentation sets edited in this PR
Check all that apply.
docs/en/observability/*
)docs/en/serverless/*
)docs/en/integrations/*
)Related issue
Closes #250