Skip to content

Commit

Permalink
parametric: remove unused method (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur authored Nov 18, 2024
1 parent b1f99fb commit d11e27b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions utils/parametric/_library_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,6 @@ def span_context(self) -> OtelSpanContext:
def set_baggage(self, key: str, value: str):
self._client.otel_set_baggage(self.span_id, key, value)

### Do not use the below methods in parametric tests, they will be removed in a future PR ####
### The parametric apps will not expose endpoints for retrieving span data ###
### Span data will be retrieved from the agent ###

def get_attribute(self, key: str):
return self._client.otel_get_attribute(self.span_id, key)


class APMLibrary:
def __init__(self, client: APMLibraryClient, lang):
Expand Down

0 comments on commit d11e27b

Please sign in to comment.