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

Add span events #833

Open
wants to merge 89 commits into
base: develop
Choose a base branch
from

Conversation

nepridumalnik
Copy link
Contributor

Add span events to opentelemetry

@nepridumalnik nepridumalnik requested a review from segoon as a code owner January 16, 2025 11:05
core/include/userver/tracing/span.hpp Outdated Show resolved Hide resolved
core/src/tracing/span.cpp Outdated Show resolved Hide resolved
core/src/tracing/span.cpp Outdated Show resolved Hide resolved
core/src/tracing/span.cpp Show resolved Hide resolved
otlp/src/otlp/logs/logger.cpp Outdated Show resolved Hide resolved
otlp/src/otlp/logs/logger.cpp Show resolved Hide resolved
otlp/src/otlp/logs/logger.cpp Outdated Show resolved Hide resolved
otlp/src/otlp/logs/logger.cpp Outdated Show resolved Hide resolved
@nepridumalnik nepridumalnik requested a review from fdr400 January 20, 2025 08:44
otlp/src/otlp/logs/logger.cpp Outdated Show resolved Hide resolved
core/src/tracing/span.cpp Outdated Show resolved Hide resolved
@nepridumalnik nepridumalnik requested a review from fdr400 January 20, 2025 08:55
core/src/tracing/span_test.cpp Outdated Show resolved Hide resolved
@@ -176,12 +273,17 @@ void Logger::Trace(logging::Level level, std::string_view msg) {
if (key == "timestamp" || key == "text") {
return true;
}
if (key == "events") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

это место скоро поменяется, у меня уже есть патч на добавление JSON логов
подожди, пока он приземлится, и тогда нужно будет поменять это место

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ок

@nepridumalnik nepridumalnik requested a review from segoon January 27, 2025 03:17
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