Skip to content

Commit

Permalink
correccion
Browse files Browse the repository at this point in the history
  • Loading branch information
fer4github committed Apr 25, 2024
1 parent 131356f commit ad20fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gatewayservice/monitoring/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ global:
scrape_configs:
- job_name: "example-nodejs-app"
static_configs:
- targets: ["gatewayservice:8000","questionservice:8003","userservice:8001","authservice:8002"]
- targets: ["gatewayservice-wiq5a:8000","questionservice-wiq5a:8003","userservice-wiq5a:8001","authservice-wiq5a:8002"]
1 change: 1 addition & 0 deletions questionservice/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ let express = require('express');
const axios = require('axios');
const cors = require('cors');
const fs = require('fs');
const promBundle = require('express-prom-bundle');

const crypto = require('crypto');

Expand Down

0 comments on commit ad20fbe

Please sign in to comment.