Christian Simon
Christian Simon
Ensure we move to the public grafana/phlare:0.1.0 image once that is publicly available https://github.com/grafana/phlare/pull/300#discussion_r1010338181_ https://github.com/grafana/phlare/blob/03a6ba2579251e73bd24cbc3c4bc52caf6c86e21/operations/phlare/helm/phlare/ci/single-binary-values.yaml#L3-L4
This is mentioned by our docs and is helpful to discover what valid values exist for `-target`
This is a follow-up on #47 to demonstrate how to use the openapiv2 specs. It adds a very basic UI that can be extended and matches approach of prometheus.
This could be an interesting learning experience and we potentially should do the same. Today I have found that example: * A profile without mapping and mapping_ids set on locations,...
``` 022/10/17 16:25:10 http2: panic serving 172.17.0.2:60288: unaligned 64-bit atomic operation goroutine 297 [running]: golang.org/x/net/http2.(*serverConn).runHandler.func1() /Users/cyriltovena/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:2245 +0x194 panic({0x2968bc8, 0x364a238}) /opt/homebrew/Cellar/go/1.18.1/libexec/src/runtime/panic.go:838 +0x23c github.com/opentracing-contrib/go-stdlib/nethttp.MiddlewareFunc.func5.1() /Users/cyriltovena/go/pkg/mod/github.com/opentracing-contrib/[email protected]/nethttp/server.go:150 +0x168 panic({0x2968bc8, 0x364a238}) /opt/homebrew/Cellar/go/1.18.1/libexec/src/runtime/panic.go:838 +0x23c runtime/internal/atomic.panicUnaligned() /opt/homebrew/Cellar/go/1.18.1/libexec/src/runtime/internal/atomic/unaligned.go:8...
This allows to create the necessary buckets quickly in AWS and GCP for doing real world tests
The context cancellation doesn't propagate into the shipper and an upload continues until all blocks are uploaded before Phlare is finally stopped
I think there is still a problem with registering the metrics on the wrapped registry in ops and I only see it when the disk is full: ``` 2022-10-14 14:34:08.631606...
The project currently only has a makeshift `-target=agent` included: It can be used to scrape profiles from Go's pprof endpoint and then to be forwarded into the distributor. This ticket...