InstrumentationScope 在 opentelemetry 中

huangapple go评论56阅读模式
英文:

InstrumentationScope in opentelemetry

问题

这里,定义了ScopeSpans。注释说:

// 由InstrumentationScope生成的Spans的集合。

它还具有一个名为'InstrumentationScope'的属性。

那么注释和这个属性之间是否有联系呢?

英文:

Here, ScopeSpans is defined. Comment says:

> // A collection of Spans produced by an InstrumentationScope.

It also has a attribute 'InstrumentationScope'.

So is there a connection between comment and this attribute?

答案1

得分: 1

是的,该评论描述了对象的设计:对象中的所有跨度都由相同的检测范围生成 - 这由scope字段描述。

英文:

Yes, the comment describes the design of the object: All spans in the object are produced by the same instrumentation scope - which is the described by the scope field.

huangapple
  • 本文由 发表于 2023年6月18日 21:54:17
  • 转载请务必保留本文链接:https://go.coder-hub.com/76500896.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定