From b2ce952d4ca0d5455d9e68bab0f338c52181a746 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Fri, 9 Aug 2024 06:46:02 -0400 Subject: [PATCH] add note about flags --- core/metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metrics/README.md b/core/metrics/README.md index 74b0e95aec..1fd87a15a1 100644 --- a/core/metrics/README.md +++ b/core/metrics/README.md @@ -25,7 +25,7 @@ Pass in the `PYROSCOPE_ENDPOINT` environment variable ## Rookout -Pass in `ROOKOUT_TOKEN` +Pass in `ROOKOUT_TOKEN`. Note: this will not work if ldflags -s and -w are used, as these diable the symbol table. Additionally the gcflag `all=-dwarflocationlists=true` must be enabled. ## Metrics Endpoint