Skip to content

Commit

Permalink
Merge branch 'open-telemetry:main' into add/trace-based-testing-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed May 25, 2023
2 parents c447305 + 774d880 commit b7a8a24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .licenserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
"# Copyright The OpenTelemetry Authors",
"# SPDX-License-Identifier: Apache-2.0"
],
"**/*.{ex,exs,rb,yaml,yml,sh,yamllint}": [
"**/*.sh": [
"#!/bin/sh",
"# Copyright The OpenTelemetry Authors",
"# SPDX-License-Identifier: Apache-2.0"
],
"**/*.{ex,exs,rb,yaml,yml,yamllint}": [
"# Copyright The OpenTelemetry Authors",
"# SPDX-License-Identifier: Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion ide-gen-proto.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
#!/bin/sh


# This script is used to generate protobuf files for all services.
Expand Down
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ opentelemetry-util-http==0.38b0
protobuf==4.22.3
psutil==5.9.5
pyzmq==25.0.2
requests==2.29.0
requests==2.31.0
roundrobin==0.0.4
six==1.16.0
typing-extensions==4.5.0
Expand Down

0 comments on commit b7a8a24

Please sign in to comment.