Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7.0 release checking #20

Closed
7 tasks done
feelform opened this issue Dec 2, 2020 · 0 comments
Closed
7 tasks done

0.7.0 release checking #20

feelform opened this issue Dec 2, 2020 · 0 comments
Milestone

Comments

@feelform
Copy link
Collaborator

feelform commented Dec 2, 2020

  • dependency warning => Agent dependency checking #19

  • Use only PINPOINT_TRACE_EXCLUSION_URL_PATTERN with JSON

  • Use PINPOINT_TRACE_EXCLUSION_URL_PATTERN and PINPOINT_TRACE_EXCLUSION_URL_CACHE_SIZE with JSON

  • check warning PINPOINT_TRACE_EXCLUSION_URL_CACHE_SIZE without PINPOINT_TRACE_EXCLUSION_URL_PATTERN and JSON

You have to set the PINPOINT_TRACE_EXCLUSION_URL_PATTERN, PINPOINT_TRACE_EXCLUSION_URL_CACHE_SIZE or trace-exclusion-url{ pattern: 'pattern', 'cache-size': 100} for using excludsion url cache.

var client = redis.createClient({
  port: 6379,
  db: 3,
});
router.get('/', async function (req, res, next) {
  callcount++

  client.select(2)

  client.set("key", "value", function (error) {
    console.log(`${callcount} redis set `)
  })

  client.get("key", function (error, data) {
    console.log(`${callcount} redis data ${data}`)
  })
});

  • outgoing request which is "s0" in exclusion url => next release version needs to check outgoing request rules.
@feelform feelform added this to the 0.7.0 milestone Dec 2, 2020
@feelform feelform closed this as completed Dec 2, 2020
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

No branches or pull requests

1 participant