Skip to content

Commit

Permalink
document fsc otel
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Feb 24, 2023
1 parent 4f3ca21 commit 2d8045c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/FsAutoComplete.Core/Utils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,9 @@ module Tracing =
open StreamJsonRpc

module SemanticConventions =

/// <remarks>
/// <see href="https://github.com/dotnet/fsharp/blob/c68285b00e2f53607d836aa0a11ab21abd556842/src/Compiler/Utilities/Activity.fs#L13"> From F# compiler</see>
/// </remarks>
module FCS =
[<Literal>]
let fileName = "fileName"
Expand All @@ -862,6 +864,9 @@ module Tracing =
[<Literal>]
let serviceName = "FsAutoComplete"

/// <remarks>
/// <see href="https://github.com/dotnet/fsharp/blob/c68285b00e2f53607d836aa0a11ab21abd556842/src/Compiler/Utilities/Activity.fs#L43"> From F# compiler</see>
/// </remarks>
[<Literal>]
let fscServiceName = "fsc"

Expand Down

0 comments on commit 2d8045c

Please sign in to comment.