Skip to content

V4#2

Open
tomasstrejcek wants to merge 5 commits into
masterfrom
v4
Open

V4#2
tomasstrejcek wants to merge 5 commits into
masterfrom
v4

Conversation

@tomasstrejcek
Copy link
Copy Markdown
Member

No description provided.

Comment thread src/middlewares/express.ts Outdated

const baseUrl = splittedUrl.slice(0, routeIndex).join('/')
route = baseUrl + route
console.log('c', route, splittedRoute, splittedUrl, routeIndex, baseUrl)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls remove

Comment thread test/integration/middleware.spec.ts Outdated
.get('/metrics')
.expect(200)
.then((res) => {
console.log(res.text)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls remove

Comment thread src/collector.ts Outdated
@@ -35,10 +35,10 @@ export class HttpMetricsCollector {
collect(res: any) {
if (res instanceof Error && !(res as any).response && this.southboundClientErrors) {
console.log(res)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants