Git Product home page Git Product logo

Comments (11)

glasser avatar glasser commented on April 27, 2024 1

Something like

import fetch from 'node-fetch';

new ApolloServerPluginUsageReporting({
  fetcher(url, options) {
    return fetch(url, {...options, agent: myAgent});
  }
})

?

from apollo-server.

vany0114 avatar vany0114 commented on April 27, 2024

Hi @glasser is this repo active/being maintained?

from apollo-server.

glasser avatar glasser commented on April 27, 2024

Yes, but not by me personally, and most of Apollo was on vacation starting right around when you filed the issue :)
Also, this is more specifically a part of Apollo Server rather than federation-specific, so I will move this issue to that repository. That said, I will then close it for now because there's not enough information to reproduce — at the very least we will need the version of Apollo Server you're using.

from apollo-server.

vany0114 avatar vany0114 commented on April 27, 2024

Yes, but not by me personally, and most of Apollo was on vacation starting right around when you filed the issue :) Also, this is more specifically a part of Apollo Server rather than federation-specific, so I will move this issue to that repository. That said, I will then close it for now because there's not enough information to reproduce — at the very least we will need the version of Apollo Server you're using.

@glasser Thanks for the response, these are the versions we're using:

"@apollo/gateway": "^2.5.1",
"@apollo/server": "^4.9.0",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.1",
"@apollo/server-plugin-response-cache": "^4.1.3",
"@apollo/subgraph": "^2.5.1",

Can you please leave the link here when you open the issue in the other repo, or at least point me where I should open it, I can do so as well.

from apollo-server.

glasser avatar glasser commented on April 27, 2024

Hi, this was transferred in place to this repo.

I assume you are also using @as-integrations/azure-functions? It might make more sense to start this discussion at https://github.com/apollo-server-integrations/apollo-server-integration-azure-functions as this might be an Azure-specific concern.

from apollo-server.

glasser avatar glasser commented on April 27, 2024

That said, the usage reporting plugin uses the standard fetch API to do HTTP and you can customize this with the fetcher option. By default it uses node-fetch, so you could use that yourself adding an agent of your choice to the call.

from apollo-server.

vany0114 avatar vany0114 commented on April 27, 2024

That said, the usage reporting plugin uses the standard fetch API to do HTTP and you can customize this with the fetcher option. By default it uses node-fetch, so you could use that yourself adding an agent of your choice to the call.

Yes I'm aware of that, I know I can pass the fetcher, but how can I pass the options to which the fetcher will use when it's called? maybe I'm missing something here, would you mind sharing an example of how it can be achieved?

from apollo-server.

vany0114 avatar vany0114 commented on April 27, 2024

Hi, this was transferred in place to this repo.

I assume you are also using @as-integrations/azure-functions? It might make more sense to start this discussion at https://github.com/apollo-server-integrations/apollo-server-integration-azure-functions as this might be an Azure-specific concern.

Yes I'm using the @as-integrations/azure-functions, is there a specific implementation of the ApolloServerPluginUsageReporting for Azure then?

from apollo-server.

glasser avatar glasser commented on April 27, 2024

And no, you're correct that the plugin is generic, but it's possible that there are other aspects of running in Azure Functions that the AF integration maintainers may be more knowledgeable about (eg, how "background" operations like publishing usage reports might work best in that context).

from apollo-server.

vany0114 avatar vany0114 commented on April 27, 2024

@glasser That makes sense, I'll give it a try, thanks 🙏

from apollo-server.

github-actions avatar github-actions commented on April 27, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.

from apollo-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.