observability
Here are 202 public repositories matching this topic...
Kibana version: 7.7.0
Elasticsearch version: 7.7.0
Server OS version: Ubuntu 18.04
Browser version: Chrome 81
Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): default tar.gz files
Describe the bug: If you select one or more follower indices in Management >
Cross-Cluster Replication, and click the `
Please answer these questions before submitting your issue.
-
Why do you submit this issue?
I want to use skywaling with brpc-java.
https://github.com/baidu/brpc-java -
Question or discussion
discussion -
Bug
no -
Requirement
yes -
Feature or performance improvement
Feature
Question
- What do you want to know?
Bug
- Which version of SkyW
https://github.com/openzipkin/zipkin/blob/master/zipkin/src/main/java/zipkin2/Span.java#L759
tags = builder.tags == null ? Collections.emptyMap() : new LinkedHashMap<>(builder.tags);
The empty map is immutable and makes it difficult to add a tag to a already created span. This will be helpful with performance. Otherwise, have to turn it in to builder and back to a Span when this type is us
Azure Event Hubs is like a managed Kafka service:
Allow existing Apache Kafka clients and applications to talk to Event Hubs without any code changes—you get a managed Kafka experience without having to manage your own clusters.
This suggests that we could wrap the existing kafka sink. I'd prefer that we wrap it since it is techni
-
Updated
May 26, 2020 - JavaScript
-
Updated
May 20, 2020 - Go
This is a FEATURE REQUEST.
Please add support for kube_state_metrics_build_info as part of the metrics exposed on telemetry port 8081.
kube_state_metrics_build_info shall include the version of the kube-state-metrics.
Most Prometheus exporters are currently supporting such metric.
There's a non-deterministic test in client_factory_test.go that sometimes fail. Most of the time it seems ok, so it hasn't harmed so much and would be low priority at first glance... but it would be nice to see if there's a better way to write that.
Incriminated code line 54 I think:
time.Sleep(time.Millisecond * 100)Example of failure: https://travis-ci.org/github/kiali/ki
-
Updated
May 31, 2020 - Java
-
Updated
Apr 23, 2020 - TypeScript
Cloudprober supports building additional metrics (other than the default ones) from external probe output. We could possible do the same for HTTP probe.
-
Updated
May 22, 2020 - C#
git checkout v0.5.0
cd install/kubernetes/hubble
helm install hubble .
expected results: v0.5.0 tagged container deployed
actual results: latest tagged container deployed
git checkout master
cd install/kubernetes/hubble
helm install hubble .
expected results: latest tagged container deployed
actual results: v0.5.0 tagged container deployed
We don't need to provide very detailed development document, but at least, we should have one about How to add a new widget for new metric. Do you agree? From my perspective, in current UI architecture, this would become one very interesting point for new contributor.
-
Updated
Dec 4, 2019 - Go
-
Updated
Jun 4, 2020 - JavaScript
Feature Suggestion
The sensuctl create -r -f /path/to/files/ command should ignore non YAML/JSON files.
Possible Implementation
Only process files with YAML and JSON file extensions:
.yaml.yml.json
Context
Imagine a repository of configuration templates that also includes some documentation (e.g. README.md). It would be ideal if a user could simply clon
When I visit /swagger-stats/ui, it seems that request will stay in processing status for statistics.
And I see [api_all_request_in_processing_total] growing when I visit /swagger-stats/ui.
Is that correct? The swagger-stats version I used is 0.95.6.
Hello!
In the previous version (v1) of appinsights js sdk we had appInsights.setAuthenticatedUserContext method. I think it was used to override user id with a custom value from the application.
This method seem to exist in the latest version of appinsights js sdk (2.5.4):
Initialization.prototype.setAuthenticatedUserContext = function (authenticatedUserId, accountId, storeInCook
-
Updated
Aug 19, 2019 - Go
-
Updated
Nov 18, 2019 - C#
Validate timeout response from SDK. Original suspicion was that ingestion service timeouts cause SDK to timeout and retry. We are lacking documentation on what happens on endpoint timeouts.
a. What’s the default timeout on SDK?
b. Do we retry on timeout?
c. Is it a good idea to increase the number of workers to a very big number to prevent timeout-caused delays?
-
Updated
Feb 19, 2019 - Python
It'd be nice if the various README's referenced and gave instructions for tanka instead of ks (since that's now a dead project, right?).
We leverage Azure Service Bus heavily in our applications.
We write a lot of code that semantically looks like this:
while(true){
const message = servicebus.getMessage();
if(message){
ProcessMessage(message);
}
}
function ProcessMessage(message){
request.get('http://some-service/get-stuff', (res) => {
if(res.statusCode == 200){
request.post('http://some-slack is depreciating slack tokens
-
Updated
Apr 29, 2018 - Go
IMHO, for an open source project, the community environment is the most important thing. So please make sure, every people who are interesting in your repository, know who you are, and how to contact you.
So at least provide your information for contacting you. At least, if you want to make things easier, you can use Skywalking's gitter room, google maillist, QQ group, etc. **Bottom line is, pe
Improve this page
Add a description, image, and links to the observability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the observability topic, visit your repo's landing page and select "manage topics."
Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999