Skip to content

Commit 37420f5

Browse files
authored
[chore][receiver/tlscheckreceiver] sort metadata.yaml entries (#43492)
#### Description Sort metadata.yaml file in preparation for sort validation using mdatagen. Context: open-telemetry/opentelemetry-collector#13782 Signed-off-by: Paulo Dias <[email protected]>
1 parent 21e7450 commit 37420f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

receiver/tlscheckreceiver/metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ resource_attributes:
1515
type: string
1616

1717
attributes:
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]

0 commit comments

Comments
 (0)