Turns out you can't create the gauges in the layer fn#7778
Merged
Velfi merged 2 commits intozelda-jemalloc-metricsfrom Jun 27, 2025
Merged
Turns out you can't create the gauges in the layer fn#7778Velfi merged 2 commits intozelda-jemalloc-metricsfrom
Velfi merged 2 commits intozelda-jemalloc-metricsfrom
Conversation
Sorry Zelda. I misled you. You have to create the gauge outside of the layer and then reference the gauge from the layer. With these small changes, things are working.
We can't build on windows with jemalloc-ctl as a dependency. So, let's try to only have these dependencies on linux.
|
bnjjj
approved these changes
Jun 27, 2025
Velfi
approved these changes
Jun 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry Zelda. I misled you. You have to create the gauge outside of the layer and then reference the gauge from the layer.
With these small changes, things are working.