Skip to content
#

cloudnative

Here are 177 public repositories matching this topic...

james-callahan
james-callahan commented Mar 17, 2022

Is your feature request related to a problem? Please describe.
CEF (Common Event Format) is a logging format used by some tools. Loki and promtail should have a built in parser for it so that I can extract CEF fields as labels.
CEF messages look something like:

CEF:0|Palo Alto Networks|Cortex XDR|Cortex XDR 2.4|X
kind/feature good first issue stale component/promtail
educroquet
educroquet commented Nov 4, 2020

On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.

For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.

But the upstream APIs teams just want to know the global time spent in Tyk interna

barnettZQG
barnettZQG commented Apr 15, 2022

Is your feature request related to a problem? Please describe.

There are KubeAPI and MongoDB database drivers, some users want to use Mysql.

Describe the solution you'd like

https://github.com/oam-dev/kubevela/blob/master/pkg/apiserver/datastore/datastore.go#L142

Here define a database interface, you only need to implement it for Mysql.

Additional context

Exist data

good first issue help wanted effort/medium

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).

  • Updated Apr 10, 2022
  • Go

IceFireDB is a database built for web3 and web2, and strives to fill the gap between web2 and web3 with the help of a friendly database experience, making web3 application data storage more convenient, and making web2 applications easier to access the blockchain.

  • Updated Apr 21, 2022
  • Go
JeffPhoneix
JeffPhoneix commented Apr 15, 2022

每Pipeline实现多Sink存在的问题在于:
1 多Sink时,如何解决单个Sink写下游失败时的重试的问题?
2 多Sink时,如何解决不同Sink的不同拦截器配置的问题?业务侧可能会想要不同Sink下游的数据中有不同的Intercepter配置呢?

从代码看已经实现了 sink.Interceptor可以与Sink关联 这个特性。
是否借助这个特性其实就可以解决以上两个问题了?

问题1 的解法
retry interceptor 与特定的Sink关联,这样就可以在不同的Sink间做独立的重试。
此时比如2个Sink其中有一个的下游阻塞了,则重试行为是同一个pipeline的不同sink应该都阻塞。
Roadmap计划是做成这个效果吗?

问题2的解法
为不同的Sink指定不同的拦截器,这样就可以解决不同数据下游需要不同处理

good first issue
mark4z
mark4z commented Dec 24, 2021

What would you like to be added:
A Fault injection filter should provide configurable error injection capabilities, such as delay, error local reply. it is best to have more detailed routing-based configuration capabilities

Why is this needed:
Because this is the ability that is required in the testing phas

good first issue

Improve this page

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

Learn more