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

docs: add new architecture section and remove old one #1603

Merged
merged 7 commits into from
Oct 20, 2024

Conversation

blumamir
Copy link
Collaborator

Update the architecture section in odigos docs:

  • Document each odigos component
  • Move the page to be under "Architecture" section instead of "Concepts"
  • Make sure the text is up to date and reflects the current status of odigos

- Add node-level attributes to the telemetry data (`k8s.node.name`)
- Batches and sends the telemetry data to the cluster collector, offloading any network overhead from the instrumented application runtime.

The Node Collector will is also responsible for recording some k8s metrics, and collecting the generated logs from the node fs. Read more Under the [Instrumentation](#instrumentation) section.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Node Collector will is also responsible for recording some k8s metrics, and collecting the generated logs from the node fs. Read more Under the [Instrumentation](#instrumentation) section.
The Node Collector is also responsible for recording some k8s metrics, and collecting the generated logs from the node fs. Read more Under the [Instrumentation](#instrumentation) section.

@blumamir blumamir merged commit 285d833 into odigos-io:main Oct 20, 2024
25 of 26 checks passed
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.

3 participants