Skip to content

Commit

Permalink
Using OpenTelemetry instead of OpenTracing #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Oct 2, 2022
1 parent 4c4ede2 commit 0eafeb6
Show file tree
Hide file tree
Showing 109 changed files with 2,230 additions and 1,110 deletions.
26 changes: 26 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/secrets.dev.yaml
**/values.dev.yaml
**/out/
LICENSE
README.md
local/data/
portainer-data/
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ coverage.txt

# Built Visual Studio Code Extensions
*.vsix

out/
**/.vagrant/
.idea/
local/data/
portainer-data/
.env
1 change: 0 additions & 1 deletion .vscode/configurationCache.log

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/dryrun.log

This file was deleted.

24 changes: 0 additions & 24 deletions .vscode/launch.json

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 0eafeb6

Please sign in to comment.