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

[pull] main from open-telemetry:main #19

Merged
merged 7 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/blog/2023/end-user-q-and-a-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ Uplight currently has a few different Collector configurations:
- Collectors running standalone as some
[sidecars](https://github.com/open-telemetry/opentelemetry-operator#deployment-modes)
- For larger Kubernetes clusters, there’s a
[Collector running in each cluster](/docs/collector/getting-started/#kubernetes)
[Collector running in each cluster](/docs/collector/installation/#kubernetes)
- Developers running their own Collectors
[locally with Docker](/docs/collector/getting-started/#docker)
[locally with Docker](/docs/collector/installation/#docker)

Doug’s ultimate goal is for any deployment in any environment to be able to
easily send telemetry to an
Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/2023/opamp-status/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author: >-
Bradley](https://github.com/evan-bradley) (Dynatrace), [Michael
Hausenblas](https://github.com/mhausenblas) (AWS), [Andy
Keller](https://github.com/andykellr) (observIQ, Inc), [Tigran
Najaryan](https://github.com/tigrannajaryan) Splunk)
Najaryan](https://github.com/tigrannajaryan) (Splunk)
draft: false
cSpell:ignore: Aronoff Najaryan observ Tigran
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/collector/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Collector
description: Vendor-agnostic way to receive, process and export telemetry data.
aliases: [collector/about]
cascade:
collectorVersion: 0.87.0
collectorVersion: 0.88.0
weight: 10
---

Expand Down
Loading