planetarium / NineChronicles.Headless

A headless node of NineChronicles game network, powered by Libplanet.
https://planetarium.github.io/NineChronicles.Headless/
GNU Affero General Public License v3.0
35 stars 37 forks source link

Fix/tracing #2544

Closed sky1045 closed 3 weeks ago

sky1045 commented 3 weeks ago

Add trace for graphql query Fix ActivitySource as a static member

riemannulus commented 3 weeks ago

Not only about ActivitySource, but also an adjustment to Meter. Because ActivitySource and Meter are IDisposable, they should be controlled by following practices.

Meter is not a context in this PR, but hopefully, we should fix Meter too.