Skip to content

Commit

Permalink
try bulleted list
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillmer committed Jan 23, 2024
1 parent 7430d16 commit 6f2f74b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,12 @@ sf.org.apm.numSpansDroppedInvalid:
brief: The number of invalid spans Splunk APM receives.
description: |
The number of invalid spans Splunk APM receives. A span can be
invalid if there is no start time, trace ID, or service associated with it,
or if there are too many spans in the trace.
invalid for the following reasons: if there is no start time, trace ID, or service associated with it.
* invalidTraceID: Trace ID isn't a 16-byte or 32-byte hex number
* noOperationName: No operation name was provided
* spanTooLarge: Span body exceeds 64KiB
* zeroStartTime: The start timestamp is 0
* zipkinV2BinaryAnnotations: Unsupported Zipkin feature
* Dimension(s): `orgId`
* Data resolution: 1 second
Expand Down

0 comments on commit 6f2f74b

Please sign in to comment.