Skip to content

Commit

Permalink
Use protos to create payload
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek authored and TimPansino committed Jun 7, 2023
1 parent 387accb commit ac6f712
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions newrelic/core/agent_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
NetworkInterfaceException,
RetryDataForRequest,
)
from newrelic.packages.opentelemetry_proto.common_pb2 import AnyValue, KeyValue
from newrelic.packages.opentelemetry_proto.logs_pb2 import (
LogsData,
ResourceLogs,
ScopeLogs,
)

_logger = logging.getLogger(__name__)

Expand Down

0 comments on commit ac6f712

Please sign in to comment.