Skip to content

Commit

Permalink
updated temporal identifier. (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkudikyala authored Mar 27, 2024
1 parent 4be0194 commit a9de97c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions entity-types/ext-temporal/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ domain: EXT
type: TEMPORAL
synthesis:
rules:
- identifier: temporal_request
name: temporal_request
- identifier: host.hostname
name: host.hostname
encodeIdentifierInGUID: true
conditions:
- attribute: eventType
Expand Down
3 changes: 1 addition & 2 deletions entity-types/ext-temporal/tests/Metric.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[{
"temporal_request": "425",
"host.hostname": "ip-172-31-6-167",
"aws.availabilityZone": "ap-south-1b",
"instrumentation.name": "nri-prometheus",
"instrumentation.provider": "newRelic",
"instrumentation.version": "2.20.1",
"host.hostname": "ip-172-31-6-167",
"metricName": "temporal_request_latency_bucket",
"newrelic.source": "metricAPI",
"scrapedTargetURL": "http://localhost:8000/metrics",
Expand Down

0 comments on commit a9de97c

Please sign in to comment.