-
Notifications
You must be signed in to change notification settings - Fork 159
Add "Contact support" to EDOT Troubleshooting #2256
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
navigation_title: Contact support | ||
description: Learn how to contact Elastic Support and what information to include to help resolve issues faster. | ||
applies_to: | ||
stack: | ||
serverless: | ||
observability: | ||
product: | ||
edot_collector: ga | ||
products: | ||
- id: cloud-serverless | ||
- id: observability | ||
- id: edot-collector | ||
--- | ||
|
||
# Contact support | ||
|
||
If you're unable to resolve an issue with the Elastic Distributions of OpenTelemetry (EDOT) using the troubleshooting guides, you can contact Elastic Support for further assistance. | ||
|
||
Providing a clear description of your issue and relevant technical context helps our support engineers respond more quickly and effectively. | ||
|
||
## What to include in your support request | ||
|
||
To help Elastic Support investigate the problem efficiently, please include the following details whenever possible: | ||
|
||
### Basic information | ||
|
||
* A brief description of the issue | ||
* When the issue started and whether it is intermittent or consistent | ||
* Affected environments (dev, staging, production) | ||
* Whether you’re using Elastic Cloud or self-managed deployments | ||
alexandra5000 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Deployment context | ||
|
||
* Are you using a standalone EDOT Collector or Kubernetes? | ||
alexandra5000 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
* If applicable, include: | ||
* Helm chart version and values (for Kubernetes) | ||
* Container image version | ||
|
||
### Configuration | ||
|
||
* Your full or partial EDOT Collector configuration file or files, redacted as needed | ||
* Any overrides or runtime flags, such as `--log-level=debug` or `--config` path | ||
alexandra5000 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
* Environment variables that may affect telemetry | ||
|
||
### Logs and diagnostics | ||
|
||
* Recent Collector logs with relevant errors or warning messages | ||
* Output from: | ||
|
||
```bash | ||
edot-collector --config=/path/to/config.yaml --dry-run | ||
``` | ||
* Output from: | ||
|
||
```bash | ||
lsof -i :4317 | ||
kubectl logs <collector-pod> | ||
``` | ||
|
||
### Data and UI symptoms | ||
alexandra5000 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* Are traces, metrics, or logs missing from the UI? | ||
* Are you using the [Elastic Managed OTLP endpoint](https://www.elastic.co/docs/observability/apm/otel/managed-otel-ingest/)? | ||
|
||
## Next steps | ||
|
||
When you’ve gathered the information above relevant to your case: | ||
|
||
1. Log in to the [Elastic Support portal](https://support.elastic.co/) | ||
2. Open a new case and fill in the form. | ||
3. Attach your logs, configs, or example files. Redact sensitive data. | ||
|
||
Our support team will review your request and get back to you as soon as possible. | ||
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.