Skip to content

Commit

Permalink
chore: update dev container, hostnames, remove prometheus from micros…
Browse files Browse the repository at this point in the history
…ervices
  • Loading branch information
tschaffter committed Jan 13, 2025
1 parent 138104c commit 9e3fb94
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 22 deletions.
16 changes: 2 additions & 14 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,14 @@
}
},
"forwardPorts": [
2432, 3000, 3306, 3333, 4200, 4211, 5000, 5200, 5432, 5601, 7010, 7443, 7200, 7888, 8010, 8071,
8000, 8080, 8081, 8082, 8084, 8085, 8086, 8090, 8200, 8888, 8889, 9090, 9104, 9200, 9411, 27017
2432, 3306, 3333, 4200, 4211, 5000, 5200, 5432, 5601, 7010, 7443, 7200, 7888, 8010, 8071, 8000,
8080, 8081, 8082, 8084, 8085, 8086, 8090, 8200, 8888, 8889, 9200, 9411, 27017
],
"portsAttributes": {
"2432": {
"label": "iatlas-postgres",
"onAutoForward": "silent"
},
"3000": {
"label": "openchallenges-grafana",
"onAutoForward": "silent"
},
"3306": {
"label": "openchallenges-mariadb",
"onAutoForward": "silent"
Expand Down Expand Up @@ -171,14 +167,6 @@
"label": "openchallenges-thumbor",
"onAutoForward": "silent"
},
"9090": {
"label": "openchallenges-prometheus",
"onAutoForward": "silent"
},
"9104": {
"label": "openchallenges-mysqld-exporter",
"onAutoForward": "silent"
},
"9200": {
"label": "openchallenges-elasticsearch",
"onAutoForward": "silent"
Expand Down
2 changes: 0 additions & 2 deletions apps/openchallenges/challenge-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ dependencies {
implementation "org.springframework.cloud:spring-cloud-sleuth-zipkin:${springCloudVersion}"

implementation "org.sagebionetworks.openchallenges:openchallenges-app-config-data:${openchallengesVersion}"

implementation 'io.micrometer:micrometer-registry-prometheus:1.10.4'
}

group = 'org.sagebionetworks.openchallenges'
Expand Down
1 change: 0 additions & 1 deletion apps/openchallenges/image-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ dependencies {
implementation "org.springframework.cloud:spring-cloud-starter-config:${springCloudVersion}"
implementation "org.sagebionetworks.openchallenges:openchallenges-app-config-data:${openchallengesVersion}"

implementation 'io.micrometer:micrometer-registry-prometheus:1.10.4'
implementation 'com.squareup:pollexor:3.0.0'
}

Expand Down
2 changes: 0 additions & 2 deletions apps/openchallenges/organization-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ dependencies {

implementation "org.springframework.cloud:spring-cloud-starter-config:${springCloudVersion}"
implementation "org.sagebionetworks.openchallenges:openchallenges-app-config-data:${openchallengesVersion}"

implementation 'io.micrometer:micrometer-registry-prometheus:1.10.4'
}

group = 'org.sagebionetworks.openchallenges'
Expand Down
3 changes: 0 additions & 3 deletions tools/configure-hostnames.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ declare -a hostnames=(
"127.0.0.1 openchallenges-config-server"
"127.0.0.1 openchallenges-core-service"
"127.0.0.1 openchallenges-elasticsearch"
"127.0.0.1 openchallenges-grafana"
"127.0.0.1 openchallenges-image-service"
"127.0.0.1 openchallenges-mariadb"
"127.0.0.1 openchallenges-mysqld-exporter"
"127.0.0.1 openchallenges-opensearch"
"127.0.0.1 openchallenges-organization-service"
"127.0.0.1 openchallenges-prometheus"
"127.0.0.1 openchallenges-schema-registry"
"127.0.0.1 openchallenges-service-registry"
"127.0.0.1 openchallenges-thumbor"
Expand Down

0 comments on commit 9e3fb94

Please sign in to comment.