Skip to content
#

observability

Here are 367 public repositories matching this topic...

netdata
xuanyu66
xuanyu66 commented Feb 24, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Feature or performance improvement

Question

  • What do you want to know?
    I look into jedis-2.x plugin, find that enhanceClass is redis.clients.jedis.Jedis.
    But pipeline will directly invoke jedis client.
    Jedis --invoke---> client
    pipeline ---invoke-->client

There are two solutio

lilic
lilic commented Jan 15, 2021

I recently(ish) bumped client-go and other deps in the release-2.0 branch but did not have a chance to port these changes to master as well. I believe this is a good first issue for new contributors.

This is the original PR that needs to be ported to master branch. kubernetes/kube-state-metrics#1328 Note master branch does not have the vendor directory anymore.

pyroscope
sls-dev-tools
mansurpasha
mansurpasha commented May 11, 2020

Why: When opening the Event Injection modal for a particular eventBus, the tool populates each field (source, detail type, and detail) with the last values used for that eventBus. Allowing all events to be saved, similar to the command history in the terminal, will allow users to quickly test multiple events without having to type the same parameters repeatedly.

Expected Behaviour:

odin
ttymck
ttymck commented Aug 2, 2020

Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).

To Reproduce

  1. odin deploy -f test.job.yaml
  2. odin log -i {job_id}
vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]

goroutine

Improve this page

Add a description, image, and links to the observability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the observability topic, visit your repo's landing page and select "manage topics."

Learn more