This repository has been archived by the owner on Mar 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Kamon Operation Name Mapping cannot be configured #72
Comments
basically the config is valid and can be used. With above config:
will produce
|
The alternative (imho better since more flexible way) as a workaround that we had in 1.x is still missing in 2.x https://github.com/kamon-io/kamon-instrumentation-common/issues/2 |
mladens
added a commit
to mladens/Kamon
that referenced
this issue
Dec 6, 2019
Extract key-value pairs directly from config set. Extracting topLevelKeys and then fetching values by key will explode in cases where key is not a valid `com.typesafe.config.impl.Path` (globs) Fixes kamon-io/kamon-akka-http#72
This was referenced Dec 6, 2019
ivantopo
pushed a commit
to kamon-io/Kamon
that referenced
this issue
Dec 12, 2019
Extract key-value pairs directly from config set. Extracting topLevelKeys and then fetching values by key will explode in cases where key is not a valid `com.typesafe.config.impl.Path` (globs) Fixes kamon-io/kamon-akka-http#72
ivantopo
pushed a commit
to kamon-io/Kamon
that referenced
this issue
Dec 12, 2019
* Config utils pairs fix Extract key-value pairs directly from config set. Extracting topLevelKeys and then fetching values by key will explode in cases where key is not a valid `com.typesafe.config.impl.Path` (globs) Fixes kamon-io/kamon-akka-http#72 * use throwable message for error.message for spans failed with a throwable
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to use the new glob replace feature but I cannot make it work. I tried it in the modules tests but the tests fail.
To reproduce:
Apply the example configuration so it's used in tests:
The config tests fail with:
The text was updated successfully, but these errors were encountered: