Skip to content
#

service-mesh

Here are 446 public repositories matching this topic...

consul
FFMMM
FFMMM commented Mar 3, 2022

Overview

I think it's time to start iterating on hashicorp/consul#11536 . Since, I've gathered some feedback from folks that we can implement.

Suggestions

Let's look at an errored check:

PR seems to modify metrics behavior. It seems no tests or test behavior has been modified.
Please update the PR with any relevant updated testing or add a pr/no-m
good first issue theme/github-management
chzhuo
chzhuo commented Dec 1, 2021

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

The plugin HttpPlugin of nodejs agent not intercept the method http.get

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
feature good first issue nodejs
alpeb
alpeb commented Feb 28, 2022

What problem are you trying to solve?

Under some configs, Grafana charts making use of the [i]rate function aren't displaying any data.

How should the problem be solved?

This happens when time duration parameters in promql queries are smaller than the scrape interval Prometheus is configured with. The solution is detailed in [this blog post](https://grafana.com/blog/2020/09/28/new-in-

aniaan
aniaan commented Mar 11, 2022

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

This is the logic currently implemented in the main branch:

If headers criteria are configured, a request is filtered in if it matches both headers and urls. If headers criteria are NOT configured, the probability options are used.

Describe the solution you'd like

I want to take the URL check when no header is

good first issue help wanted go
kuma
bartsmykla
bartsmykla commented Jan 20, 2022

What happened?

As parsing time.Duration works only with time periods (i.e 1m, 24h, 23h59m etc.) you cannot specify period in days/months/years as we suggests in help/docs of our commands:
https://github.com/kumahq/kuma/blob/8708885a8ef244f0806aa7d5dae08c7dde64a7bb/app/kumactl/cmd/generate/generate_zoneingress_token.go#L29
we can fix it by changing flag description/help, but I think we

good first issue triage/accepted triage/stale kind/bug
osm
meshery
leecalcote
leecalcote commented Mar 27, 2022

See mesheryctl Command Tracker for current status of commands.

Current Behavior

Invalid platforms passed to Meshery's bash script installer are not handled as well as they could be:

➜  ~ curl -L https://git.io/meshery | PLATFORM=bob bash -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 
kind/enhancement help wanted good first issue component/mesheryctl
shichaoyuan
shichaoyuan commented Mar 17, 2022

目前在代码里有两次计算 ServiceInstanceRevision 的方法:

  1. 消费 comRevisionCh 异步计算
  2. ServiceInstancesCache 发现流程中同步补偿计算
    这两个地方使用的 service 信息不一致,前者是 revision,后者是 id
// processRevisionWorker 处理revision计算的函数
func (nc *NamingCache) processRevisionWorker(req *revisionNotify) bool {
	if req == nil {
		log.CacheScope().Errorf("[Cache][Revision] get null revision request")
		return false
	}

	if req.servi
bug good first issue
nickschuetz
nickschuetz commented Feb 5, 2022

Version

1.2.x (latest stable)

Describe the requested changes

The following link is broken in meshctl check output:

🟡 Gloo Mesh Agents Connectivity
    Hints:
    * No registered clusters detected. To register a remote cluster that has a deployed Gloo Mesh agent, add a KubernetesCluster CR.
      For more info, see: https://docs.solo.io/gloo-mesh-enterprise/latest/setup/clus

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Mar 29, 2022
  • JavaScript

Improve this page

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

Learn more