Cijo Thomas
Cijo Thomas
https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions#using-a-single-githubcopilot-instructionsmd-file-1 Following this, we need to create `.github/copilot-instructions.md` to help copilot do better. Content to start with: 1. Use clippy, rustfmt, and cargo check regularly.
To track discussions in https://github.com/open-telemetry/opentelemetry-rust/pull/3110
Follow up to https://github.com/open-telemetry/opentelemetry-rust/pull/3112
https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-http has no link to crates.io, docs. https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-user-events-metrics has similar issue, has even less info than opentelemetry-http. https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-stdout has all the details, but the description could be improved. Opening an...
https://opentelemetry.io/docs/languages/dotnet/exporters/#prometheus The prometheus export section seems to be mixing up using OTLP/push method vs scrape/pull mechanism. Both uses different exporters and requires different setup as well. Currently they are mixed...