forked from letsencrypt/boulder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spans around (pre)certificate signing (letsencrypt#7707)
This adds custom spans around one of the more important parts of the issuance stack - actually signing the (pre)certificates. We only have automatic tracing right now, so this is just a small step towards adding more customization there. One specific note: I didn't include the regID in the span attributes, though it is in the nearby log lines. I think that's something we likely want to handle holistically (eg, via baggage propagation) rather than one-off in manual spans like this.
- Loading branch information
1 parent
e9b6148
commit a731497
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters