Skip to content
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

[GEN-1932]: add HyperDX destination support and documentation #2084

Merged
merged 9 commits into from
Dec 29, 2024

Conversation

BenElferink
Copy link
Contributor

@BenElferink BenElferink commented Dec 26, 2024

This pull request includes several changes to add support for HyperDX as a new destination in the Odigos distributed tracing solution. Additionally, there are some minor formatting changes in the documentation files.

HyperDX Integration:

  • Added a new configuration file for HyperDX in common/config/hyperdx.go to define the destination type and modify configuration settings.
  • Updated the list of available configers in common/config/root.go to include HyperDX.
  • Added a new destination type HyperDxDestinationType in common/dests.go.
  • Created a new YAML configuration file for HyperDX in destinations/data/hyperdx.yaml.

Documentation Updates:

  • Added a new backend overview entry for HyperDX in docs/backends-overview.mdx.
  • Created a new documentation page for configuring HyperDX in docs/backends/hyperdx.mdx.
  • Included HyperDX in the quickstart next steps guide in docs/quickstart/next-steps.mdx.

Minor Formatting Changes:

  • Fixed formatting issues in README.md to ensure consistent bullet points.
  • Adjusted table formatting in README.md for managed and self-hosted destinations. [1] [2]
  • Simplified JSON structure in docs/mint.json by removing unnecessary line breaks. [1] [2] [3] [4] [5] [6] [7]

Copy link

common/config/hyperdx.go Outdated Show resolved Hide resolved
@BenElferink BenElferink enabled auto-merge (squash) December 29, 2024 13:26
@BenElferink BenElferink merged commit 119b5e0 into odigos-io:main Dec 29, 2024
31 checks passed
@BenElferink BenElferink deleted the gen-1932 branch January 6, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants