@@ -16,7 +16,7 @@ import CodeMirror, {
1616} from "@uiw/react-codemirror" ;
1717import { css } from "@emotion/react" ;
1818
19- import { Content , ContextualHelp , TabbedCard } from "@arizeai/components" ;
19+ import { TabbedCard } from "@arizeai/components" ;
2020import {
2121 DocumentAttributePostfixes ,
2222 EmbeddingAttributePostfixes ,
@@ -33,6 +33,7 @@ import {
3333 Button ,
3434 Card ,
3535 CardProps ,
36+ ContextualHelp ,
3637 CopyToClipboardButton ,
3738 Counter ,
3839 DialogTrigger ,
@@ -2000,26 +2001,19 @@ function SpanEventsList({ events }: { events: Span["events"] }) {
20002001}
20012002
20022003const attributesContextualHelp = (
2003- < Flex alignItems = "center" justifyContent = "center" >
2004- < View marginStart = "size-100" >
2005- < ContextualHelp >
2006- < Heading weight = "heavy" level = { 4 } >
2007- Span Attributes
2008- </ Heading >
2009- < Content >
2010- < Text >
2011- Attributes are key-value pairs that represent metadata associated
2012- with a span. For detailed descriptions of specific attributes,
2013- consult the semantic conventions section of the OpenInference
2014- tracing specification.
2015- </ Text >
2016- </ Content >
2017- < footer >
2018- < ExternalLink href = "https://github.com/Arize-ai/openinference/blob/main/spec/semantic_conventions.md" >
2019- Semantic Conventions
2020- </ ExternalLink >
2021- </ footer >
2022- </ ContextualHelp >
2023- </ View >
2024- </ Flex >
2004+ < ContextualHelp >
2005+ < Heading weight = "heavy" level = { 4 } >
2006+ Span Attributes
2007+ </ Heading >
2008+ < Text >
2009+ Attributes are key-value pairs that represent metadata associated with a
2010+ span. For detailed descriptions of specific attributes, consult the
2011+ semantic conventions section of the OpenInference tracing specification.
2012+ </ Text >
2013+ < footer >
2014+ < ExternalLink href = "https://github.com/Arize-ai/openinference/blob/main/spec/semantic_conventions.md" >
2015+ Semantic Conventions
2016+ </ ExternalLink >
2017+ </ footer >
2018+ </ ContextualHelp >
20252019) ;
0 commit comments