Grafana enterprice feature

I’m working on Grafana 7.5, and browsing the sources, I see that only half of the features of the “enterprise” version are developed. However, the documentation says they are available. How is this possible? Shouldn’t they already be present in the code, should the user decide to purchase the license? Thanks.

You are a few years behind current version, which is 12.2. So I would say that’s expected if you are looking current (12.2) enterprise doc and compare it with old (unsupported) version 7.5.

Anyway, if you don’t have valid enterprise license, then enterprise features won’t be working => Enterprise version without license is more less the same as OSS version.

I consulted the documentation for Grafana 7.5, and it mentions several Enterprise features. But in the source code I only find the one from the Sync team (which was only partially developed, by the way). Why?

Do you have an acces to Enterprise source code?

just check out the code on github:

That’s OSS source code, not Enterprise. Enterprise doesn’t have public source code.
Otherwise anyone can grab Enterprise source code, compile it and have a paid features for free.

Oh, okay, so it’s just “dirty” code. There are pieces of enterprise functionality, in TODO (team sync)