Skip to content

Commit

Permalink
tmf: Add data provider ProviderType.NONE for DPs without graphs
Browse files Browse the repository at this point in the history
This provider type can be used for grouping purposes as well as to have
an entity to trigger configurations in the trace server front-ends.

[Added] data provider ProviderType.NONE for DPs without graphs

Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Oct 24, 2024
1 parent 6fb4232 commit 8550c3a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ public enum ProviderType {
* A provider for a data tree, which has entries (rows) and columns.
* @since 6.1
*/
DATA_TREE
DATA_TREE,
/**
* A provider with no data. Can be used for grouping purposes and/or as data provider configurator.
* @since 9.5
*/
NONE
}

/**
Expand Down

0 comments on commit 8550c3a

Please sign in to comment.