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

OpenTelemetry instrumentation example #296

Merged
merged 37 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
911122e
Working on OTeL instrumentation example
emanuelef Jul 12, 2023
800fd7f
working example
emanuelef Jul 13, 2023
94d81de
fix run command lines
emanuelef Jul 13, 2023
ec111aa
Working on README
emanuelef Jul 13, 2023
4482e38
Update README.md
emanuelef Jul 13, 2023
e93ad95
more documentation
emanuelef Jul 13, 2023
092e3bd
fix example formatting
emanuelef Jul 13, 2023
e086549
added comment in documentation
emanuelef Jul 13, 2023
c1caf06
renamed to opentelemetry
emanuelef Jul 14, 2023
5197bae
more comments
emanuelef Jul 14, 2023
e109cdf
embed image
emanuelef Jul 14, 2023
06dad84
reorder imports
emanuelef Jul 14, 2023
c58b216
reordered imports
emanuelef Jul 14, 2023
c2d3c32
renamed files
emanuelef Jul 14, 2023
57e0e06
removed default host
emanuelef Jul 14, 2023
898c142
refactoring to avoid global interceptor
emanuelef Jul 14, 2023
5a3186f
clean up
emanuelef Jul 14, 2023
1910f4a
removed JSON sample
emanuelef Jul 14, 2023
e9328de
Update Go SDK to v1.24.0 (#299)
Quinn-With-Two-Ns Aug 1, 2023
ad103c5
Batch sliding window sample (#281)
mfateev Aug 31, 2023
df619e7
Add session failure sample (#303)
Quinn-With-Two-Ns Sep 25, 2023
e980844
bump Server to 1.22 (#305)
stephanos Oct 4, 2023
7b707f9
Update Go SDK to v1.25.0 (#306)
Quinn-With-Two-Ns Oct 10, 2023
5282b70
Add start delay sample (#309)
Quinn-With-Two-Ns Oct 16, 2023
e622a88
fix: os.WriteFile path error (#310)
Panlq Oct 23, 2023
bd0f7f4
Rename Sticky Activities sample (#316)
lorensr Nov 13, 2023
fa5c2aa
Update server to v1.22.3 (#321)
Quinn-With-Two-Ns Jan 3, 2024
b474b26
fix dependencies
emanuelef Jan 9, 2024
2e29d58
more imports
emanuelef Jan 9, 2024
6431ae0
added more modules
emanuelef Jan 9, 2024
51dff88
Merge branch 'main' into otel-example
emanuelef Jan 9, 2024
eef709d
fix go.sum
emanuelef Jan 9, 2024
a877939
Update README.md
emanuelef Jan 12, 2024
b21a7cc
Update opentelemetry/worker/main.go
emanuelef Jan 12, 2024
598b901
Update opentelemetry/worker/main.go
emanuelef Jan 12, 2024
015fd4b
fix go.mod
emanuelef Jan 12, 2024
68fe937
fix ci-build
emanuelef Jan 12, 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
Prev Previous commit
Next Next commit
bump Server to 1.22 (#305)
  • Loading branch information
stephanos authored and emanuelef committed Jan 3, 2024
commit e9808444fa7d60b4266ee4bf775dc7e930b6eb94
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CASSANDRA_VERSION=3.11.9
ELASTICSEARCH_VERSION=7.16.2
MYSQL_VERSION=8
POSTGRESQL_VERSION=13
TEMPORAL_VERSION=1.20.0
TEMPORAL_VERSION=1.22.0
TEMPORAL_UI_VERSION=2.10.3
2 changes: 2 additions & 0 deletions dynamicconfig/development-sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ limit.maxIDLength:
system.forceSearchAttributesCacheRefreshOnRead:
- value: true # Dev setup only. Please don't turn this on in production.
constraints: {}
frontend.enableUpdateWorkflowExecution:
- value: true