We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bda722 commit 42ecfc6Copy full SHA for 42ecfc6
packages/collector/test/apps/agentStub.js
@@ -72,7 +72,7 @@ app.get('/', (req, res) => {
72
73
// Use this endpoint to check if the instance is up or to send an exit request.
74
app.get('/ping', (req, res) => {
75
- res.send('pong');
+ res.json({ msg: 'pong' });
76
});
77
78
app.put('/com.instana.plugin.nodejs.discovery', (req, res) => {
0 commit comments