Michael Dmitry
Michael Dmitry
## Issue Fixed #604 ## Solution ca cert is pushed into charm container, so pass ca cert path to trace_charm decorator to use that for tls communication with tempo ##...
### Bug Description When trying to integrate prometheus with tempo to send its charm traces over tls, it fails to do with an exception "Exception while exporting Span batch." ###...
- Added a new major update v2 to tracing relation interfaces - Updated scheme to include protocol object (name: and type:) and url to the list of receivers in provider's...
### Bug Description When a metrics endpoint provider charm is integrated with prometheus charm, it can set a `tls_config` as part of its scrape job. This config can contain a...
After the latest snap changes that were pulled into [v0.37.0](https://github.com/parca-dev/parca-agent/releases/tag/v0.37.0), the CI workflow for releasing a new snap version [failed](https://github.com/parca-dev/parca-agent/actions/runs/14385569455/job/40340448621)
## Proposed changes - Update `crypto` package to fix vuln https://github.com/advisories/GHSA-hcg3-q754-cr77 - Update `oauth2` package to fix vuln https://github.com/advisories/GHSA-6v2p-p543-phr9 - Update their `Dockerfile` to use Golang `1.24` ## Types of...