Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
add dotnet exceptions sample type
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Mar 28, 2023
1 parent dc5f4ff commit b592cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/pyroscope/ingest_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func convertMetadata(pi *storage.PutInput) (metricName, stType, stUnit, app stri
stUnit = stUnitCount
case "exceptions":
metricName = "exceptions"
stType = "exceptions"
stType = stTypeSamples
stUnit = stUnitCount
default:
err = fmt.Errorf("unknown profile type: %s", stType)
Expand Down

0 comments on commit b592cfe

Please sign in to comment.