Onpremise: Documentation is gone?

Created on 13 May 2020  路  6Comments  路  Source: getsentry/onpremise

I'm trying to figure out how to setup everything for running Sentry On Premise but besides the README.md in this repo (which is pretty lackluster) all documentation is gone?

For example sentry.conf.example.py file links to a documentation page which just redirects here. The installation guide link on your Community forum also just redirects here.

I can't find any information on what database is required or redis, etc. (I see mentions of Kafka in the issues?)

~Are you guys planning on deprecating On Premise support? Seems like it with the removal of all documentation about it on your website.~

Docs Bug

Most helpful comment

Found new home of documentation: https://develop.sentry.dev/config/
There is also public repo with docs: https://github.com/getsentry/develop/tree/master/src/docs
Redirection is incorrect indeed.

All 6 comments

Found new home of documentation: https://develop.sentry.dev/config/
There is also public repo with docs: https://github.com/getsentry/develop/tree/master/src/docs
Redirection is incorrect indeed.

I suppose that helps out with the configuration part. But it still doesn't properly document any of services that Sentry depends on.

I'm seeing stuff like kafka, zookeeper, clickhouse, postgres, memcached in the docker compose file. What if you got your own preexisting HA clusters running for those? No info on how sentry interacts with them, what kind of permissions are required for least privilege, etc.

I love the product, and am using the Hosted version. I just prefer running stuff on my own hardware.

@Wombarly, sorry for the confusion we are in the middle of a documentation refactor and pruning (for old/obsolete stuff) and we had some hiccups. Pinged @dcramer who's working on this at the moment.

Are you guys planning on deprecating On Premise support? Seems like it with the removal of all documentation about it on your website.

Definitely not! As mentioned above, we are just overhauling the docs and we are committed to keeping the on-premise support. That said the support would be mainly through this repo which provides a working blueprint, rather than long prose how things work together.

I suppose that helps out with the configuration part. But it still doesn't properly document any of services that Sentry depends on.

We have been receiving requests around how Sentry and its surrounding services work together and we are hoping to get something out related to this in the coming months.

I'm seeing stuff like kafka, zookeeper, clickhouse, postgres, memcached in the docker compose file. What if you got your own preexisting HA clusters running for those? No info on how sentry interacts with them, what kind of permissions are required for least privilege, etc.

We provide all the configurations for these and the docker-compose.yml file documents the inter-dependencies. Not sure what else you would like us to document as I think the information in the repo is applicable to self-hosted HA clusters too.

I love the product, and am using the Hosted version. I just prefer running stuff on my own hardware.

Glad to hear that! If you ever get bored of that, you know where to find us 馃槈 (also if you are not bored and want to keep tinkering, you are always welcome over at https://forum.sentry.io or here in the repo).

@Self-Perfection thanks a lot for helping @Wombarly out quickly!

Definitely not! As mentioned above, we are just overhauling the docs and we are committed to keeping the on-premise support. That said the support would be mainly through this repo which provides a working blueprint, rather than long prose how things work together.

Good to know! would've been a shame, I might have been a bit too pessimistic there.

We provide all the configurations for these and the docker-compose.yml file documents the inter-dependencies. Not sure what else you would like us to document as I think the information in the repo is applicable to self-hosted HA clusters too.

I think the plans you have for documenting the surrounding services should include where to configure them within sentry, in a way that the docker compose file isn't really needed to be read to be able to set it up.

I think the plans you have for documenting the surrounding services should include where to configure them within sentry, in a way that the docker compose file isn't really needed to be read to be able to set it up.

The problem with that is docs getting out of sync with reality, that's why we opted for this method for now as YAML is not the worst format to read (compared to XML or JSON). We may look into auto generating some parts in the future.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marbon87 picture marbon87  路  5Comments

TheRatG picture TheRatG  路  4Comments

multinerd picture multinerd  路  5Comments

eandersons picture eandersons  路  5Comments

kh0r picture kh0r  路  5Comments