Skip to content

Commit

Permalink
[OD5656]: Remove Azure/GCP deprecated metrics (#1034)
Browse files Browse the repository at this point in the history
* DOCS-2512: Org metrics updates (#989)

* DOCS-2512: Org metrics updates

* Added minimum to def

* Added two more metrics

* sf.org.datapointsTotalCountByToken

* Typo

* sf.org.grossDpmContentBytesReceived

* Arranged alphabetically

* sf.org.log.grossContentBytesReceived WIP

* Finalizing batch, reordering lohs

* Updates

* Revert "DOCS-2512: Org metrics updates (#989)" (#990)

This reverts commit 239a202.

* Removed old metrics (#1005)

See https://signalfuse.atlassian.net/browse/DOCS-5040.

* Updating Org metrics (#1007)

* Putting updated metrics back

See DOCS-5040.

* Removed dimension

* Add new GCP metrics and deprecate old ones (#1010)

sf.org.num.gcpStackdriverClientCallCount* are being deprecated and will be removed.
Those are being replaced with sf.org.num.gcpServiceClientCallCount* metrics that
present more accurate data.

* DOCS-5114-removing-metrics (#1011)

* DOCS-5114-fix (#1013)

* Update metrics - 4680 - batch C.yaml (#1021)

* Update metrics - 4680 - batch C.yaml

* Update metrics.yaml

WIP

* Update metrics.yaml

* Update metrics - batch D.yaml (#1023)

* Update metrics - batch D.yaml

* Update metrics.yaml

* Final metrics from batch

* OD5392-removed-reserved (#1025)

Removed "reserved" note.

* OD5656-deprecated-remove

* Fix

* Fix?

* Update metrics.yaml

---------

Co-authored-by: akonarska <[email protected]>
  • Loading branch information
aurbiztondo-splunk and akonarska authored Sep 5, 2023
1 parent ecfc118 commit 4845ee1
Showing 1 changed file with 31 additions and 91 deletions.
122 changes: 31 additions & 91 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -739,44 +739,6 @@ sf.org.num.awsServiceCallThrottles:
* Data resolution: 5 seconds
metric_type: gauge
title: sf.org.num.awsServiceCallThrottles

sf.org.num.azureMonitorClientCallCount (DEPRECATED):
brief: Number of calls made to the Azure Monitor API
description: |
THIS METRIC IS DEPRECATED AND WILL BE REMOVED.
PLEASE USE `sf.org.num.azureServiceClientCallCount` INSTEAD
Total number of calls made to the Azure Monitor API.
* Dimension(s): `orgId`, `subscription_id`, `type` (`metric_data_sync` for metric
syncing and `metric_metadata_sync` for property syncing)
* Data resolution: 5 seconds
metric_type: counter
title: sf.org.num.azureMonitorClientCallCount

sf.org.num.azureMonitorClientCallCountErrors (DEPRECATED):
brief: Number of calls to Azure Monitor API method that threw errors
description: |
Note: This metric is deprecated. Use `sf.org.num.azureServiceClientCallCountErrors` instead.
Number of calls to Azure Monitor API method that threw errors.
* Dimension(s): `orgId`, `subscription_id`, `type` (`metric_data_sync` for metric
syncing and `metric_metadata_sync` for property syncing)
* Data resolution: 1 second
metric_type: counter
title: sf.org.num.azureMonitorClientCallCountErrors

sf.org.num.azureMonitorClientCallCountThrottles (DEPRECATED):
brief: Number of calls to Azure Monitor method that were throttled
description: |
THIS METRIC IS DEPRECATED AND WILL BE REMOVED.
PLEASE USE `sf.org.num.azureServiceClientCallCountThrottles` INSTEAD
Number of calls to Azure Monitor method that were throttled.
* Dimension(s): `orgId`, `subscription_id`, `type` (`metric_data_sync` for metric
syncing and `metric_metadata_sync` for property syncing)
* Data resolution: 1 second
metric_type: counter
title: sf.org.num.azureMonitorClientCallCountThrottles

sf.org.num.azureServiceClientCallCount:
brief: Number of calls made to the Azure API
Expand Down Expand Up @@ -910,39 +872,6 @@ sf.org.num.eventtype:
metric_type: gauge
title: sf.org.num.eventtype

sf.org.num.gcpStackdriverClientCallCount (DEPRECATED):
brief: Number of calls to each Stackdriver client method
description: |
Note: This metric is deprecated. Use `sf.org.num.gcpServiceClientCallCount` instead.
Number of calls to each Stackdriver client method.
* Dimension(s): `orgId`, `project_id`, `method` (the API being called, such as `getTimeSeries`)
* Data resolution: 1 second
metric_type: counter
title: sf.org.num.gcpStackdriverClientCallCount

sf.org.num.gcpStackdriverClientCallCountErrors (DEPRECATED):
brief: Number of calls to each Stackdriver client method that threw errors
description: |
Note: This metric is deprecated. Use `sf.org.num.gcpServiceClientCallCountErrors` instead.
Number of calls to each Stackdriver client method that threw errors.
* Dimension(s): `orgId`, `project_id`, `method` (the API being called, such as `getTimeSeries`)
* Data resolution: 1 second
metric_type: counter
title: sf.org.num.gcpStackdriverClientCallCountErrors

sf.org.num.gcpStackdriverClientCallCountThrottles (DEPRECATED):
brief: Number of calls to each Stackdriver client method that were throttled
description: |
Note: This metric is deprecated. Use `sf.org.num.gcpServiceClientCallCountThrottles` instead.
Number of calls to each Stackdriver client method that were throttled.
* Dimension(s): `orgId`, `project_id`, `method` (the API being called, such as `getTimeSeries`)
* Data resolution: 1 second
metric_type: counter
title: sf.org.num.gcpStackdriverClientCallCountThrottles

sf.org.num.gcpServiceClientCallCount:
brief: Number of calls to each GCP API client method
description: |
Expand Down Expand Up @@ -1249,6 +1178,16 @@ sf.org.numBackfillCallsByToken:
* Data resolution: 1 second
metric_type: counter
title: sf.org.numBackfillCallsByToken

sf.org.numComputationsStarted:
brief: Rate at which you're starting new jobs
description: |
Number of computations started, use it to know the rate at which you're starting new jobs.
* Dimension(s): `orgId`
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.numComputationsStarted

sf.org.numBadDimensionMetricTimeSeriesCreateCalls:
brief: Number of bad calls to create MTS due to an error with dimensions
Expand Down Expand Up @@ -1396,9 +1335,9 @@ sf.org.numDatapointsDroppedBatchSizeByToken:
brief: Number of data points dropped because a single request contained more than 100,000 data points, by token.
description: |
Number of data points dropped because a single request contained more than 100,000 data points, per token. In this scenario, Observability Cloud drops data points because it perceives sending more than 100,000 data points in a single request as excessive.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 40 seconds
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 40 seconds
metric_type: counter
title: sf.org.numDatapointsDroppedBatchSizeByToken

Expand Down Expand Up @@ -1524,39 +1463,39 @@ sf.org.numDimensionObjectsCreated:
brief: Number of dimensions created
description: |
Total number of dimensions created.
* Dimension(s): `orgId`
* Data resolution: 10 seconds
* Dimension(s): `orgId`
* Data resolution: 10 seconds
metric_type: gauge
title: sf.org.numDimensionObjectsCreated

sf.org.numDimensionObjectsCreatedByToken:
brief: Number of dimensions created by token
description: |
Total number of dimensions created by token.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 40 seconds
metric_type: gauge
title: sf.org.numDimensionObjectsCreatedByToken

sf.org.numEventSearches:
brief: Number of event searches
description: |
Number of event searches.
* Dimension(s): `orgId`
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.numEventSearches

sf.org.numEventSearchesThrottled:
brief: Number of event searches that were throttled
description: |
Number of event searches that were throttled.
* Dimension(s): `orgId`
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.numEventSearchesThrottled

Expand Down Expand Up @@ -1648,19 +1587,19 @@ sf.org.numHostMetaDataEventsDroppedThrottle:
brief: Number of host metadata events dropped due to throttling
description: |
Number of host metadata events dropped because of throttling.
* Dimension(s): `orgId`
* Data resolution: 40 seconds
* Dimension(s): `orgId`
* Data resolution: 40 seconds
metric_type: counter
title: sf.org.numHostMetaDataEventsDroppedThrottle

sf.org.numHostMetaDataEventsDroppedThrottleByToken:
brief: Number of host metadata events dropped due to throttling by token
description: |
Number of host metadata events dropped because of throttling, per token.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 40 seconds
metric_type: counter
title: sf.org.numHostMetaDataEventsDroppedThrottleByToken

Expand Down Expand Up @@ -1781,9 +1720,9 @@ sf.org.numLogsReceivedByToken:
brief: Number of logs received by token
description: |
Number of logs received by token.
* Dimension(s): `orgId`, `tokenId`
* Dimension(s): `orgId, tokenId`
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.numLogsReceivedByToken

Expand Down Expand Up @@ -1856,18 +1795,18 @@ sf.org.numMetricObjectsCreatedByToken:
brief: Number of metric objects created by token
description: |
Number of metric objects created by token.
* Dimension(s): `tokenId`, `orgId`
* Data resolution: 40 seconds
metric_type: gauge
title: sf.org.numMetricObjectsCreatedByToken

sf.org.numNewDimensions:
brief: Number of new dimensions that were created
description: |
The number of new dimensions (key:value pairs) created.
* Data resolution: 5 minutes
metric_type: counter
title: sf.org.numNewDimensions

Expand All @@ -1878,18 +1817,18 @@ sf.org.numNewDimensionsByName:
(key from key:value pair). Only the top 100 dimension names (by number of dimensions
created) are included, in addition to dimension name `sf_metric`, which is always
included.
* Data resolution: 5 minutes
metric_type: counter
title: sf.org.numNewDimensionsByName

sf.org.numProcessDataEventsDroppedThrottleByToken:
brief: Number of data ingest process events dropped due to throttling by token
description: |
Per token, number of data ingest process events dropped due to throttling, because you exceeded your system limits.
* Dimension(s): `orgId, tokenIn`
* Data resolution: 40 seconds
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 40 seconds
metric_type: counter
title: sf.org.numProcessDataEventsDroppedThrottleByToken

Expand Down Expand Up @@ -1938,8 +1877,9 @@ sf.org.numResourceMetricsbyToken:
The `resourceType` dimension indicates whether the value represents hosts or containers.
* Dimension(s): `orgId`, `resourceType`, `tokenId`
* Data resolution: 10 minutes
* Dimension(s): `orgId`, `resourceType`, `tokenId`
* Data resolution: 10 minutes
metric_type: gauge
title: sf.org.numResourceMetricsbyToken

Expand Down

0 comments on commit 4845ee1

Please sign in to comment.