Skip to content
#

scalability

Here are 285 public repositories matching this topic...

ncherkas
ncherkas commented Apr 2, 2020

In the Cloud-native K8S environment, the logging architecture almost always assumes that all needed logs are sent to the stdout. It works as a unified source of logs where different tools read them, re-organize if needed, and route to the destinations like Analytics Dashboards etc.

Hazelcast Diagnostics are very useful when troubleshooting the performance and stability issues but currently, it

VictoriaMetrics
korjavin
korjavin commented Apr 16, 2020

Describe the bug
vmagent with sd_k8s

To Reproduce
Start vmagent with config:

    - job_name: 'kubernetes-pods'
      kubernetes_sd_configs:
      - role: pod

on a cluster with many pods.

Please add pod name to error log.

It's hard to find them in a big cluster. In a message like this it's not clear what was the pod.

2020-04-15T22:32:32.512Z	error	Victor
ghilainm
ghilainm commented Aug 14, 2018

Currently understanding what's going on when using the first time the framework is quite complex (at least from my point of view ;)).

Would it be possible to add some debug/trace logging during the configuration/bootstrap phase of Axon in order to get insight on what was configured and instantiated.

For example I added a TrackingEventProcessor in my configuration but it was never started

dashersw
dashersw commented May 26, 2017

The readme features basic documentation for Sockends, and doesn't give a complete example for how and why it works. Therefore we need more detailed documentation in the readme. Certain things like simple security mechanisms via respondsTo and broadcasts configurations should also be taken into account.

tuist
pepibumur
pepibumur commented Apr 24, 2020

Context 🕵️‍♀️

I came across a website that had the timeline of their Twitter account embedded, and I think that's something we could have too in our website. After a bit of search, I came across this React component to do exactly that.

What

Add a new section where we show both, the tweets posted by Tuist, as well as the mentions that

dragon2611
dragon2611 commented Feb 1, 2020

Not sure if it's worth adding to the documentation but I found I had to add the following to the end of the fstab command otherwise the system would not boot cleanly.

,x-systemd.mount-timeout=30,_netdev

The line in fstab now looks like

mfsmount /mnt/mymnt fuse mfssubfolder=mydir,allow_other,x-systemd.mount-timeout=30,_netdev

I think it was trying to mount mooseFS before it had fini

Bilge
Bilge commented Apr 9, 2018

After rewriting a 4000 word manual for Porter v4 I didn't really feel like writing about FetchExceptionHandlers. This feature will seldom be required, and for those whom do need it, if they can't figure it out for themselves, the docblocks in the file should probably suffice. Nevertheless, we should document the interface properly at some point.

okeuday
okeuday commented Jun 27, 2018

In the API HTML documentation: The example urls currently have the .erl suffix. This needs to change to a .json suffix and example request/response data should be added below.

The Quickstart (in HTML/Markdown) needs to be updated, the Java tutorial, and possibly the FAQ.

The file src/service_api/README.markdown needs to be updated.

Improve this page

Add a description, image, and links to the scalability 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 scalability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.