Skip to content

Commit

Permalink
Merge pull request #58 from instana/fix_package_issue
Browse files Browse the repository at this point in the history
Fix the package issue for mq appliance dc
  • Loading branch information
syh authored Jul 31, 2024
2 parents 4485d98 + 59669ab commit ee59ece
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Download the latest [Release package](https://github.com/instana/otel-dc/releas

1) Download the installation package:
```bash
wget https://github.com/instana/otel-dc/releases/download/v1.0.1/otel-dc-host-0.2.2.tar
wget https://github.com/instana/otel-dc/releases/download/v1.0.3/otel-dc-host-0.2.3.tar
```

2) Extract the package to the desired deployment location:
```bash
tar vxf otel-dc-host-0.2.2.tar
cd otel-dc-host-0.2.2
tar vxf otel-dc-host-0.2.3.tar
cd otel-dc-host-0.2.3
```

3) Make sure following configuration files are correct for your environment:
Expand Down
6 changes: 5 additions & 1 deletion host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.instana.dc"
version = "0.2.2"
version = "0.2.3"

repositories {
mavenCentral()
Expand Down Expand Up @@ -36,6 +36,10 @@ applicationDistribution.from("config") {
into "config"
}

applicationDistribution.from("scripts") {
into "scripts"
}

test {
useJUnitPlatform()
}
4 changes: 2 additions & 2 deletions host/config/config-mqappliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ instances:
appliance.password: xxxxxxxx

#Data collector properties:
poll.interval: 10
callback.interval: 5
poll.interval: 25
callback.interval: 30
otel.backend.url: http://127.0.0.1:4317
#otel.backend.using.http: true
#otel.backend.url: http://127.0.0.1:4318/v1/metrics
2 changes: 1 addition & 1 deletion rdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Download the latest [Release package](https://github.com/instana/otel-dc/releas

1) Download the installation package:
```bash
wget https://github.com/instana/otel-dc/releases/download/v1.0.1/otel-dc-rdb-0.5.4.tar
wget https://github.com/instana/otel-dc/releases/download/v1.0.3/otel-dc-rdb-0.5.4.tar
```

2) Extract the package to the desired deployment location:
Expand Down

0 comments on commit ee59ece

Please sign in to comment.