-
Updated
Feb 26, 2022 - Go
resiliency
Here are 96 public repositories matching this topic...
-
Updated
Feb 17, 2022 - JavaScript
I try to run an experiment with variables configured in "configuration"
"configuration":{ "waitTime": 3 }
There it´s defined as Number
Then I want to use this var in pauses
"pauses":{ "after": "${waitTime}"}
This results into an error that pauses needs a Number
Can it be fixed that variables can be uses also in "pauses" ?
-
Updated
Feb 26, 2022 - Python
-
Updated
Feb 15, 2022 - Ruby
-
Updated
Feb 25, 2022 - C#
-
Updated
Jan 20, 2022 - C#
-
Updated
Feb 23, 2021 - Go
-
Updated
Feb 24, 2022 - Python
-
Updated
Sep 7, 2018 - Python
-
Updated
Dec 23, 2016 - Java
-
Updated
Jan 25, 2022 - PHP
It would be great to have support for Kafka streams in the outboxer. Using the segment kafka library seems to be a good option.
-
Updated
Jul 17, 2020 - C#
-
Updated
Oct 25, 2018 - Go
-
Updated
Dec 25, 2021 - C#
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
Oct 12, 2021 - PHP
-
Updated
May 5, 2014 - Java
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 29, 2021 - C#
-
Updated
Mar 2, 2017 - Scala
-
Updated
Feb 4, 2018 - C#
-
Updated
Dec 31, 2021 - C#
-
Updated
Aug 27, 2018 - Python
Improve this page
Add a description, image, and links to the resiliency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the resiliency topic, visit your repo's landing page and select "manage topics."
Issue Description
Type: bug report
Describe what happened
https://github.com/alibaba/sentinel-golang/blob/683c229b23a96c4ad07dc795da3730db8fd9d93c/exporter/metric/exporter.go#L35-L45
Since the above code (code 1) uses the
initfunction and is executed before the following code (code 2), theappvariable in code 1 is an error.https://github.com/alibaba/sentinel-golang/b