File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
receiver/tlscheckreceiver Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ resource_attributes:
1515 type : string
1616
1717attributes :
18- tlscheck.x509.issuer :
19- description : The entity that issued the certificate.
20- type : string
2118 tlscheck.x509.cn :
2219 description : The commonName in the subject of the certificate.
2320 type : string
21+ tlscheck.x509.issuer :
22+ description : The entity that issued the certificate.
23+ type : string
2424 tlscheck.x509.san :
2525 description : The Subject Alternative Name of the certificate.
2626 type : slice
@@ -34,4 +34,4 @@ metrics:
3434 gauge :
3535 value_type : int
3636 unit : " s"
37- attributes : [tlscheck.x509.issuer, tlscheck.x509.cn, tlscheck.x509.san]
37+ attributes : [tlscheck.x509.issuer, tlscheck.x509.cn, tlscheck.x509.san]
You can’t perform that action at this time.
0 commit comments