Yu Long
Yu Long
Markdown: `The single-line effect is like {% hint 'this' 'This is a hint' %}; the multiple-line effect is like {% hint 'this' 'This is a hint' 'This is another hint'...
Often times DDOL NetworkManager is not in offline scene (e.g. in the case of having a bootstrap scene for all singletons, or in the case of having a menu scene...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
Of course the page that uses `getSession` should be SSR. But it seems that `output=hybrid` with `export const prerender=false` on the every page that uses `auth-astro` still leads to the...
When output type is set to `server` instead of `hybrid` or `static` the following is shown when building the project (and search is broken) ``` 16:07:20 [WARN] [pagefind] Output type...
Made an example that integrates Nightwind to Astro. Turns out to be a non-trivial task. This repo should help with whoever wants to setup this integration. --- ## PR-Codex overview...
#### PR Description Add `EnableProtobufNegotiation` to static config so as to enable native histogram scraping in static mode. `scrape_classic_histograms` is already supported so no action here. #### Which issue(s) this...
### What's wrong? A similar issue for flow mode has been raised in https://github.com/grafana/agent/issues/5136 and fixed in https://github.com/grafana/agent/pull/5335 However, it seems that for static mode agent there is still no...
## Summary Add a configuration field to `prometheusremotewrite` parser to change its behavior when parsing Prometheus native histogram. Previously `prometheusremotewrite` parser parses a native histogram into multiple Telegraf metric (the...
### TLDR Telegraf `prometheusremotewrite` data format parser Prometheus native histogram into one single Telegraf metric (instead of multiple Telegraf metrics), and its serializer should be able to serialize it back...