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

Context building slog sender #10300

Merged
merged 31 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2181df1
some cases with logging to file
usmanmani1122 Oct 18, 2024
aba689a
cases handled, remaining persistence and reporting to otel libraries
usmanmani1122 Oct 20, 2024
b285bf3
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 21, 2024
36eeddf
persistence
usmanmani1122 Oct 21, 2024
99cbfa7
otel reporting
usmanmani1122 Oct 21, 2024
f258b97
minor final slog changes and incorporate scaling considerations
usmanmani1122 Oct 22, 2024
1d40420
cleanup
usmanmani1122 Oct 22, 2024
175affb
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 22, 2024
7d4a9b4
remove unnecessary async usage
usmanmani1122 Oct 22, 2024
696d937
move context data to labels
usmanmani1122 Oct 22, 2024
43fec2d
address mathieu comments
usmanmani1122 Oct 23, 2024
5b432dd
merge master
usmanmani1122 Oct 23, 2024
00bc5e4
yarn
usmanmani1122 Oct 23, 2024
14deff7
remove async usage
usmanmani1122 Oct 23, 2024
638d536
address mathieu comments 2.0
usmanmani1122 Oct 24, 2024
67d577a
local runner script
usmanmani1122 Oct 24, 2024
bc8baa1
remove local runner script
usmanmani1122 Oct 24, 2024
c92efa1
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 25, 2024
5f7c7b8
address mathieu comments 3.0 + fix timestamp issue
usmanmani1122 Oct 25, 2024
4cb1b6f
fix timestamp reporting
usmanmani1122 Oct 25, 2024
f5d5722
address mathieu comments 4.0
usmanmani1122 Oct 26, 2024
6b6927f
revert temp file
usmanmani1122 Oct 26, 2024
8eea7b9
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 26, 2024
f47d99c
address mathieu comments 4.1
usmanmani1122 Oct 27, 2024
d432dea
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 27, 2024
d10fccd
address mathieu comments 4.0
usmanmani1122 Oct 28, 2024
e292196
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 28, 2024
301e3bf
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 28, 2024
4392faa
address mathien comments 6.0
usmanmani1122 Oct 28, 2024
25723d6
Merge branch 'master' into usman/context-aware-slogs
usmanmani1122 Oct 28, 2024
3ddcc6d
bound methods
usmanmani1122 Oct 28, 2024
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
3 changes: 3 additions & 0 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@
"@endo/marshal": "^1.5.4",
"@endo/stream": "^1.2.6",
"@opentelemetry/api": "~1.3.0",
"@opentelemetry/api-logs": "0.53.0",
"@opentelemetry/exporter-prometheus": "~0.35.0",
"@opentelemetry/exporter-logs-otlp-http": "0.53.0",
"@opentelemetry/exporter-trace-otlp-http": "~0.35.0",
"@opentelemetry/resources": "~1.9.0",
"@opentelemetry/sdk-logs": "0.53.0",
"@opentelemetry/sdk-metrics": "~1.9.0",
"@opentelemetry/sdk-trace-base": "~1.9.0",
"@opentelemetry/semantic-conventions": "~1.9.0",
Expand Down
Loading
Loading