GithubHelp home page GithubHelp logo

Comments (6)

ADD-SP avatar ADD-SP commented on September 23, 2024

@1473371932 The docker image kong/kong-gateway:3.4.3.8 is the enterprise version of the Kong Gateway, the community version doesn't check the enterprise license.

You can check out the community version from https://hub.docker.com/_/kong/.

from kong.

1473371932 avatar 1473371932 commented on September 23, 2024

@1473371932 The docker image kong/kong-gateway:3.4.3.8 is the enterprise version of the Kong Gateway, the community version doesn't check the enterprise license.

You can check out the community version from https://hub.docker.com/_/kong/.

@ADD-SP Hello, with your help in the previous step, the version has now been switched back to the community version

kong@kong-cp-kong-66f54f4b67-xg595:/$ kong version
3.4.2

But in the Kong Grafana panel, there is no corresponding metrics, such as kong_upstream_target_health kong_http_requests_total kong_bandwidth_bytes.
Do I need to do any special configuration to enable these metrics? If so, can you provide a reference document?

curl -X POST http://10.1.23.100:8001/plugins/ \
--header "accept: application/json" \
--header "Content-Type: application/json" \
--data '
{
  "name": "prometheus",
  "config": {
    "per_consumer": true,
    "status_code_metrics": true,
    "latency_metrics": true,
    "bandwidth_metrics": true,
    "upstream_health_metrics": true
  }
}
'
root@kong-demo:~/kong# curl -s http://10.1.23.100:8001/plugins/ | jq
{
  "next": null,
  "data": [
    {
      "enabled": true,
      "id": "00d66dd7-3b3f-4d0e-8004-8f0ad2cf5100",
      "instance_name": null,
      "config": {
        "bandwidth_metrics": true,
        "upstream_health_metrics": true,
        "latency_metrics": true,
        "per_consumer": true,
        "status_code_metrics": true
      },
      "created_at": 1716472031,
      "service": null,
      "consumer": null,
      "updated_at": 1716472031,
      "tags": null,
      "route": null,
      "protocols": [
        "grpc",
        "grpcs",
        "http",
        "https"
      ],
      "name": "prometheus"
    }
  ]
}

Currently, only data related to Nginx Caching is displayed in the dashboard. Metrics from other panels are not present.

Snipaste_2024-05-30_13-15-39
Snipaste_2024-05-30_13-18-29

from kong.

chronolaw avatar chronolaw commented on September 23, 2024

@1473371932 would you mind to change the title of this issue? now it is not related to license.
Or you could open a new issue.

from kong.

github-actions avatar github-actions commented on September 23, 2024

This issue is marked as stale because it has been open for 14 days with no activity.

from kong.

github-actions avatar github-actions commented on September 23, 2024

Dear contributor,

We are automatically closing this issue because it has not seen any activity for three weeks.
We're sorry that your issue could not be resolved. If any new information comes up that could
help resolving it, please feel free to reopen it.

Your contribution is greatly appreciated!

Please have a look
our pledge to the community
for more information.

Sincerely,
Your Kong Gateway team

from kong.

FelixHarvey avatar FelixHarvey commented on September 23, 2024

@chronolaw I have the same question. My understanding is that the Prometheus plugin can be used on Kong Enterprise Free (i.e. without a paid license).

How would I turn off the unactionable logs?

from kong.

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.