SUSE / telemetry

Telemetry scaffolding
Apache License 2.0
0 stars 0 forks source link

Config: Need to provide mechanism for gating gathering and submission of specific telemetry types #33

Closed rtamalin closed 4 months ago

rtamalin commented 4 months ago

Related to #31, we will additionally need a way for the config to specify telemetry types that should be allowed, or shouldn't be allowed.

Possibly as simple as specifying a whitelist and a blacklist, but will need to review potential options as part of implementing this feature.

Precedence will also need to be clearly defined, i.e. if we list a telemetry type as both allowed and disallowed, which setting takes precedence.

Similarly we will have to decide precedence of the telemetry class versus telemetry type gating, e.g. can we disallow a mandatory class telemetry type?

rtamalin commented 4 months ago

The config support for this has been implemented in #36