Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 21536dc

Browse files
authored
Merge pull request #535 from wavefrontHQ/revert-534-K8SSAAS-1242-add-dropped-metrics-logic-to-docs
Revert "K8 ssaas 1242 add dropped metrics logic to docs"
2 parents ca07dd5 + 1f9db83 commit 21536dc

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,6 @@ Commonly used `make` options include:
3737
* `build` that creates a local executable
3838
* `container` that uses a docker container to build for consistency and reproducability
3939

40-
41-
## Troubleshooting Dropped Metrics
42-
43-
Formerly, we would see the following error in the proxy logs when a metric has too many tags: `Too many point tags`.
44-
However, logic has been added to the collector to automatically drop tags in priority order
45-
to ensure that metrics make it through to the proxy and no longer cause this error.
46-
This is the order of the logic used to drop tags:
47-
1. Explicitly excluded tags (from `tagExclude` config).
48-
Refer [here](https://github.com/wavefrontHQ/wavefront-operator-for-kubernetes/blob/main/deploy/kubernetes/scenarios/wavefront-full-config.yaml) for an example scenario.
49-
1. Tags are empty or are interpreted to be empty (`"tag.key": ""`, `"tag.key": "-"`, or `"tag.key": "/"`).
50-
1. Tags are explicitly excluded
51-
(`"namespace_id": "..."`, `"host_id": "..."`, `"pod_id": "..."`, or `"hostname": "..."`).
52-
1. Tag **values** are duplicated, and the shorter key is kept
53-
(`"tag.key": "same value"` is kept instead of `"tag.super.long.key": "same value"`).
54-
1. Tag key matches `alpha.*` or `beta.*`, after keys have been sorted
55-
(e.g. `"alpha.eksctl.io/nodegroup-name": "arm-group"` or `"beta.kubernetes.io/arch": "amd64"`).
56-
1. (As a last resort) tag key matches IaaS-specific tags, after keys have been sorted
57-
(`"kubernetes.azure.com/agentpool": "agentpool"`, `"topology.gke.io/zone": "us-central1-c"`, `"eksctl.io/nodegroup-name": "arm-group"`, etc.).
58-
59-
6040
## Contributing
6141
Public contributions are always welcome. Please feel free to report issues or submit pull requests.
6242

0 commit comments

Comments
 (0)