You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and didn't find any that were similar
I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
Hi,
Thanks for project ❤️
I am creating a build of an Anytype all-in-one, and one of the issues that I encountered was that some components register themselves globally, like metrics. You can't create two separate App instances and register them to separate metrics because they are using a global HTTP package.
Have you read a contributing guide?
Current Behavior
Hi,
Thanks for project ❤️
I am creating a build of an Anytype all-in-one, and one of the issues that I encountered was that some components register themselves globally, like metrics. You can't create two separate App instances and register them to separate metrics because they are using a global HTTP package.
Problem line -
any-sync/metric/metric.go
Line 107 in 7e98393
Error:
I want to ask for a way that you think would be better so I can create a PR.
Thx!
Expected Behavior
Allow specifying the path for metrics if they are registered globally to avoid conflicts or to merge metrics properly
Steps To Reproduce
Create two apps with separate instances of
metric
.Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: