-
Notifications
You must be signed in to change notification settings - Fork 9
[Hapi] Support roadmap #110
Comments
We have been having a discussion around HAPI support here - #95. As of release of 0.20.9, we should be working with Hapi now... the only thing that you won't get is middleware insights. Its possible that we can light middleware but we are trying to understand more about what Hapi users would find really useful. Do you have any thoughts of what would be most valuable? |
Ah yes, so it does appear to be working, I was making the mistake of not initializing glimpse before my first hapi import. That's one item that I might suggest be improved if possible, I'll open a separate ticket for it. Specific to hapi though, I'll spend some time with things although I suspect if you run down the feature list of what hapi as a framework offers, there may be more worth surfacing. |
As a follow-on, I'll edit my opening comment for this ticket with a list of things I come up with as I encounter them. |
Super excited to see Glimpse show love to the
|
This is great! Thanks @kizzlebot @atrauzzi |
I'm really dying to see full I don't know how
// pkgName.js hapi.js plugin
const internals = module.exports = {};
internals.register = (server, options, next) => { ... }
internals.register.attributes = {
name: 'pkgName',
version: '0.0.1',
dependencies: ['blipp']
}
// Plugins are "registered" w/ server instance via
server.register({
register: require('pkgName'),
options: { ... }
})
|
I don't know how Glimpse does tracing but just general info about mysql, redis, ... query timing with query info would be very useful. |
Hapi is fairly popular and has really good mindshare. Would be a shame to not be able to use this with it!
The text was updated successfully, but these errors were encountered: