Skip to content

Commit

Permalink
modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan Ishan committed Mar 8, 2024
1 parent 4972642 commit 9b46abe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions instrumentation/otel-webserver-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ apply plugin: 'de.undercouch.download'

def coverageEnabled = System.getenv('enableCoverage')
def target_system = System.getProperty('targetSystem') ?: 'centos6'
// def buildType = System.getProperty('buildType') ?: 'release'
def buildType = 'debug'
def buildType = System.getProperty('buildType') ?: 'release'

project.ext {
// To do a 32-bit build, pass "-Dos.arch=x86"
Expand Down
2 changes: 0 additions & 2 deletions instrumentation/otel-webserver-module/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ services:
- ubuntu20.04_nginx
ports:
- "8016:80"
volumes:
- /home/ubuntu/code/aryanOTEL/:/code/
depends_on:
- otel-collector

Expand Down

0 comments on commit 9b46abe

Please sign in to comment.