opentelemetry-dotnet-instru.../test/test-applications/integrations/TestApplication.Elasticsearch/TestObject.cs

8 lines
139 B
C#

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
public class TestObject
{
public int Id { get; set; }
}